diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw index 5f4a1f6fe2b55619daba765cc72c1db0ad5098d8..2c0ee6c702ee60a0f972e72d035b3fd89ab87d53 100644 --- a/src/uncategorized/genericPlotEvents.tw +++ b/src/uncategorized/genericPlotEvents.tw @@ -892,6 +892,11 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your <<case "aid invitation">> <<set $PAid = 0>> +<<if ($securityForceActive > 1) && ($securityForceVehiclePower >= 0)>> + <<set _price = 5000>> +<<else>> + <<set _price = 10000>> +<</if>> <<link "Agree">> <<replace "#result">> You dispatch your personal VTOL bird immediately. It lands on the roof of the building they're sheltering in, and brings them across the closest border and into a more functional country. You receive a call expressing their heartfelt thanks and promising to @@.green;spread the word@@ about how you helped them escape, and a wire transfer of their @@.yellowgreen;payment@@ for the airlift. @@ -910,13 +915,11 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your <<if $securityForceActive == 0>> You send your personal VTOL bird to the shop for some immediate and very expensive modifications to its cargo and passenger area. Since this will take several days, you stall the supplicants. Their situation isn't truly dire yet, and they can wait. They are extremely grateful, though they would be less hopeful if they knew the true nature of the aircraft coming to retrieve them. <<set $PAid = 1>> - <<set _price = 10000>> - <<set $cash -= 10000>> + <<set $cash -= _price>> <<elseif ($securityForceActive > 1) && ($securityForceVehiclePower >= 0)>> You ask The Colonel to get the garage to modifiy your personal VTOL's cargo and passenger area, saving on labour costs however it will still take them several days to make the necessary modifications. So your only choice is to stall the supplicants. Their situation isn't truly dire yet, and they can wait. They are extremely grateful, though they would be less hopeful if they knew the true nature of the aircraft coming to retrieve them. <<set $PAid = 1>> - <<set _price = 5000>> - <<set $cash -= 5000>> + <<set $cash -= _price>> <</if>> <</replace>> <</link>> //This will cost ยค<<print _price>>//