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

pit death fix

parent d78e199f
No related branches found
No related tags found
No related merge requests found
...@@ -783,6 +783,10 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and ...@@ -783,6 +783,10 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
<<if $pitBG == 0 || ($Bodyguard.ID != _winner.ID)>> <<if $pitBG == 0 || ($Bodyguard.ID != _winner.ID)>>
<<set $fighterIDs.push(_winner.ID)>> <<set $fighterIDs.push(_winner.ID)>>
<</if>> <</if>>
<<if $pitAnimal == 0>>
<<set $activeSlave = getSlave(_loser.ID)>>
<<include "Remove activeSlave">>
<</if>>
<<else>> <<else>>
<<set $activeSlave = getSlave(_loser.ID)>> <<set $activeSlave = getSlave(_loser.ID)>>
<<include "Remove activeSlave">> <<include "Remove activeSlave">>
......
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