allows syndicat/syndifox during nukeop rounds

This commit is contained in:
Kyep
2018-01-07 01:20:04 -08:00
parent 776eb98714
commit 6b7278c40f
+6 -4
View File
@@ -274,8 +274,9 @@
if(!MP)
return 0
if(ispath(MP, /mob/living/simple_animal/pet/cat/Syndi))
return 0
if(!GAMEMODE_IS_NUCLEAR)
if(ispath(MP, /mob/living/simple_animal/pet/cat/Syndi))
return 0
if(ispath(MP, /mob/living/simple_animal/pet/cat))
return 1
if(ispath(MP, /mob/living/simple_animal/pet/corgi))
@@ -290,8 +291,9 @@
return 1
if(ispath(MP, /mob/living/simple_animal/pony))
return 1
if(ispath(MP, /mob/living/simple_animal/pet/fox/Syndifox))
return 0
if(!GAMEMODE_IS_NUCLEAR)
if(ispath(MP, /mob/living/simple_animal/pet/fox/Syndifox))
return 0
if(ispath(MP, /mob/living/simple_animal/pet/fox))
return 1
if(ispath(MP, /mob/living/simple_animal/chick))