Skip to content
Snippets Groups Projects
Commit 3e958ae9 authored by j's avatar j
Browse files

Bug fix.

parent 8292db9c
No related branches found
No related tags found
5 merge requests!1185Just fixes are being displayed (both for ITT reports and logical).,!1178Attempt num3 minor none s ffixes,!1177Minor none sf fixes,!1155Pregmod master,!1137Inital PC age interaction.
...@@ -50,12 +50,12 @@ ...@@ -50,12 +50,12 @@
<<set $CashGift = (Math.ceil((Math.abs($cash)*0.05)*(Math.max(0.99,$SFAO))))*$Env>> <<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>>
<<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>> <<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>> <</if>>
<<else>> <<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>> <</if>>
<<set $securityForceGiftToken = 1>> <<set $securityForceGiftToken = 1>>
<<set $cash += $CashGift>> <<set $cash += $CashGift>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment