NO_PAIN will now properly stop hard stun from taking effect.

This commit is contained in:
Zuhayr
2014-12-27 08:28:20 +10:30
parent 8acb3b6402
commit 49ca5ee0ca

View File

@@ -1753,6 +1753,8 @@
return slurring
/mob/living/carbon/human/handle_stunned()
if(species.flags & NO_PAIN)
return 0
if(..())
speech_problem_flag = 1
return stunned