Merge pull request #7038 from mwerezak/diona-scream

Fixes #7026
This commit is contained in:
Zuhayr
2014-11-19 23:11:50 +10:30
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()