Merge pull request #5456 from VOREStation/upstream-merge-6282

[MIRROR] Try to fix slimes and Prometheans.
This commit is contained in:
Novacat
2019-07-12 02:43:37 -04:00
committed by GitHub

View File

@@ -175,9 +175,8 @@
if(istype(H.species, /datum/species/monkey)) // istype() is so they'll eat the alien monkeys too.
return TRUE // Monkeys are always food (sorry Pun Pun).
else if(H.species && H.species.name == SPECIES_PROMETHEAN) // Prometheans are always our friends.
if(H in grudges) // Unless they're an ass.
return TRUE
return FALSE
if(!(H in grudges)) // Unless they're an ass.
return FALSE
if(discipline && !rabid)
return FALSE // We're a good slime.