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

Merge branch 'pregmod-master' into 'pregmod-master'

pit death fix

See merge request !2900
parents 1daad96a aa5cb95b
No related branches found
No related tags found
1 merge request!2900pit death fix
...@@ -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