Skip to content
Snippets Groups Projects
Commit cdadfbc7 authored by x's avatar x
Browse files

taxFees

parent 1fd0c42c
Branches
Tags
No related merge requests found
...@@ -850,9 +850,9 @@ Routine upkeep of your demesne costs @@.yellow;<<print cashFormat($costs)>>.@@ ...@@ -850,9 +850,9 @@ Routine upkeep of your demesne costs @@.yellow;<<print cashFormat($costs)>>.@@
<</if>> <</if>>
<</if>> <</if>>
<<if $taxTrade == 1>> <<if $taxTrade == 1>> <<set _tradeTax = Math.ceil($trade * random(80,120))>>
<br>Fees on transitioning goods this week made @@.yellowgreen;<<print cashFormat(Math.ceil($trade * random(80,120)))>>.@@ <br>Fees on transitioning goods this week made @@.yellowgreen;<<print cashFormat(_tradeTax)>>.@@
<<set $cash += Math.ceil($trade * 100)>> <<set $cash += Math.ceil(_tradeTax)>>
<</if>> <</if>>
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment