Bugfix/runtime cleanup (#4249)

Some RTs.

Fixes #4091
Fixes #4092
Fixes #4077
This commit is contained in:
Erki
2018-02-08 11:59:11 +02:00
committed by GitHub
parent 03a02e48c0
commit 20fc059ca7
11 changed files with 51 additions and 21 deletions
+3
View File
@@ -48,6 +48,9 @@
/obj/item/organ/parasite/kois/process()
..()
if (!owner)
return
if(prob(10) && !(owner.species.flags & NO_PAIN))
owner << "<span class='warning'>You feel a stinging pain in your abdomen!</span>"
owner.emote("me",1,"winces slightly.")