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

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

Simplify removal of bodyguard in pit fights

See merge request pregmodfan/fc-pregmod!7317
parents 36383c8d f48a3062
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
<<set _fighterOne = getSlave(_fighterOne)>>
<<else>>
/* BG should not be in here! */
<<run $fighterIDs.deleteWith( id => id === $BodyguardID)>>
<<run $fighterIDs.delete($BodyguardID)>>
<<set _fighterOne = _S.Bodyguard>>
<</if>>
<<setLocalPronouns _fighterOne>>
......
......@@ -7,7 +7,7 @@
<<set _fighterOne = getSlave(_fighterOne)>>
<<else>>
/* BG should not be in here! */
<<run $fighterIDs.deleteWith( id => id === $BodyguardID)>>
<<run $fighterIDs.delete($BodyguardID)>>
<<set _fighterOne = _S.Bodyguard>>
<</if>>
<<setLocalPronouns _fighterOne>>
......
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