Skip to content
Snippets Groups Projects
Commit 4b6311af authored by Pregmodder's avatar Pregmodder
Browse files

fixes

parent 0ca5e170
No related branches found
No related tags found
No related merge requests found
...@@ -874,7 +874,7 @@ You hold $personalShares shares personally while $publicShares are publicly held ...@@ -874,7 +874,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
<</replace>> <</replace>>
<</if>> <</if>>
<</link>> <</link>>
| <<link "Sell">><<set $drugAssets -= 500>> | <<link "Sell">>
<<if $drugAssets >= 1000>> <<if $drugAssets >= 1000>>
<<set $drugAssets -= 500>> <<set $drugAssets -= 500>>
<<set $corpCash += 500*$drugAssetPrice>> <<set $corpCash += 500*$drugAssetPrice>>
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
[[_slaveName|Slave Interact][$activeSlave = $slaves[ssi]]] [[_slaveName|Slave Interact][$activeSlave = $slaves[ssi]]]
<<else>> <<else>>
<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Slave 1>></div><</if>> <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Slave 1>></div><</if>>
[[_slaveName|Slave Interact][$activeSlave = $slaves[_ssi]] [[_slaveName|Slave Interact][$activeSlave = $slaves[_ssi]]]
<</if>> <</if>>
<<case "Subordinate Targeting">> <<case "Subordinate Targeting">>
<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Slave 1>></div><</if>> <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Slave 1>></div><</if>>
......
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