mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Bugfix/runtime cleanup (#4249)
Some RTs. Fixes #4091 Fixes #4092 Fixes #4077
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user