diff --git a/src/uncategorized/SFMBarracks.tw b/src/uncategorized/SFMBarracks.tw index 03210f738e1972f786e916867f2192c9a8868a4b..c8b3c7d7cf8c3aad4a250ecf562131796c3b145a 100644 --- a/src/uncategorized/SFMBarracks.tw +++ b/src/uncategorized/SFMBarracks.tw @@ -50,12 +50,12 @@ <<set $CashGift = (Math.ceil((Math.abs($cash)*0.05)*(Math.max(0.99,$SFAO))))*$Env>> <<if random(1,100) > 50>> <<if random(1,100) > 50>> - _Name nods. "Sure boss," she says, "we had a bit of a haul this week. One of my sergeants convinced a woman to tell us where she had hidden her shit. Cut her up pretty bad, but she told us. Bunch of nice jewelry, I kept a nice piece for myself." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There's your cut,@@ <<if $FormattedWithCommas == 0>> ¤<<print $CashGift>> <<else>> cashFormat($CashGift) <</if>>." + _Name nods. "Sure boss," she says, "we had a bit of a haul this week. One of my sergeants convinced a woman to tell us where she had hidden her shit. Cut her up pretty bad, but she told us. Bunch of nice jewelry, I kept a nice piece for myself." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There's your cut,@@ <<if $FormattedWithCommas == 0>> ¤<<print $CashGift>> <<else>> <<print cashFormat($CashGift)>> <</if>>.." <<else>> - _Name smiles widely. "Sure boss," she says, "we pulled in some good shit this week. One of the boys found a real nice family hiding in a basement. 18-year old triplets. Brought in a good bit of cash." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There's your cut,@@ <<if $FormattedWithCommas == 0>> ¤<<print $CashGift>> <<else>> cashFormat($CashGift) <</if>>." + _Name smiles widely. "Sure boss," she says, "we pulled in some good shit this week. One of the boys found a real nice family hiding in a basement. 18-year old triplets. Brought in a good bit of cash." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There's your cut,@@ <<if $FormattedWithCommas == 0>> ¤<<print $CashGift>> <<else>> <<print cashFormat($CashGift)>> <</if>>." <</if>> <<else>> - _Name picks up a tablet. "Sure boss," she says, "we had a nice score this week. Looters fucked up and left a bunch of nice shit behind." She taps a few commands on the tablet. "@@.green;There's your cut,@@ <<if $FormattedWithCommas == 0>> ¤<<print $CashGift>> <<else>> cashFormat($CashGift) <</if>>." + _Name picks up a tablet. "Sure boss," she says, "we had a nice score this week. Looters fucked up and left a bunch of nice shit behind." She taps a few commands on the tablet. "@@.green;There's your cut,@@ <<if $FormattedWithCommas == 0>> ¤<<print $CashGift>> <<else>> <<print cashFormat($CashGift)>> <</if>>." <</if>> <<set $securityForceGiftToken = 1>> <<set $cash += $CashGift>>