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

fix to pit slaves

parent c0c2f888
No related branches found
No related tags found
No related merge requests found
...@@ -510,7 +510,7 @@ ...@@ -510,7 +510,7 @@
<<elseif (_Slave.indentureRestrictions > 1)>> <<elseif (_Slave.indentureRestrictions > 1)>>
<br>//_Slave.slaveName's indenture forbids fighting.// <br>//_Slave.slaveName's indenture forbids fighting.//
<<continue>> <<continue>>
<<elseif (_Slave.breedingMark != 1 || $propOutcome == 0)>> <<elseif _Slave.breedingMark == 1 && $propOutcome == 1>>
<br>//_Slave.slaveName may not participate in combat// <br>//_Slave.slaveName may not participate in combat//
<<continue>> <<continue>>
<<else>> <<else>>
......
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