Uploads species var from human to carbon mobs.
This commit is contained in:
mwerezak
2014-11-16 14:43:38 -05:00
parent d0d2a100bd
commit 9eb6dfdef4
16 changed files with 75 additions and 40 deletions
+5 -1
View File
@@ -292,8 +292,12 @@ mob/living/parasite/meme/verb/Agony()
spawn
// backup the host incase we switch hosts after using the verb
var/mob/host = src.host
var/mob/living/carbon/host = src.host
if (host.species && (host.species.flags & NO_PAIN))
usr << "Nothing seems to happen."
return
host.paralysis = max(host.paralysis, 2)
host.flash_weak_pain()