Amending stun commit.

Stun will properly be set to 0 if the species has NO_PAIN.
This commit is contained in:
Zuhayr
2014-12-27 09:20:12 +10:30
parent 49ca5ee0ca
commit 011b9a6c1f

View File

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