Skip to content
Snippets Groups Projects
Commit 35b4066a authored by brickode's avatar brickode
Browse files

Temporarily disabled animal option

parent 2b75e2b7
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ $pitNameCaps is clean and ready, ...@@ -39,6 +39,7 @@ $pitNameCaps is clean and ready,
Admission is charged to the fights here. [[Close them|Pit][$pitAudience = "none"]] | [[Stop charging|Pit][$pitAudience = "free"]] Admission is charged to the fights here. [[Close them|Pit][$pitAudience = "none"]] | [[Stop charging|Pit][$pitAudience = "free"]]
<</if>> <</if>>
*/ */
/*
<<if $killChoice != 2>> <<if $killChoice != 2>>
/* /*
<<if _S.Bodyguard || (_CL > 0 && $activeCanine != 0) || (_HL > 0 && $activeHooved != 0) || (_FL > 0 && $activeFeline != 0)>> <<if _S.Bodyguard || (_CL > 0 && $activeCanine != 0) || (_HL > 0 && $activeHooved != 0) || (_FL > 0 && $activeFeline != 0)>>
...@@ -98,6 +99,7 @@ $pitNameCaps is clean and ready, ...@@ -98,6 +99,7 @@ $pitNameCaps is clean and ready,
<</if>> <</if>>
<</if>> <</if>>
*/ */
/*
<<if $activeCanine != 0 || $activeHooved != 0 || $activeFeline != 0>> <<if $activeCanine != 0 || $activeHooved != 0 || $activeFeline != 0>>
<<switch $activeCanine.breed>> <<switch $activeCanine.breed>>
...@@ -326,15 +328,18 @@ $pitNameCaps is clean and ready, ...@@ -326,15 +328,18 @@ $pitNameCaps is clean and ready,
<</if>> <</if>>
<</if>> <</if>>
<<else>> /* if animal fight is unselected */ <<else>> /* if animal fight is unselected */
/*
<<set $pitAnimalType = 0>> <<set $pitAnimalType = 0>>
<</if>> <</if>>
<</if>> <</if>>
*/
/*
<<else>> /* if $killChoice != 2 */ <<else>> /* if $killChoice != 2 */
/* /*
<br> <br>
You have scheduled a fight to the death this week. [[Cancel it|Pit][$killChoice = -1]] You have scheduled a fight to the death this week. [[Cancel it|Pit][$killChoice = -1]]
*/ */
/*
<</if>> <</if>>
<br><br> <br><br>
/* /*
......
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