Fixes runtimes cause by an improper override (#29653)

This commit is contained in:
Jordan Brown
2017-08-02 23:13:36 +02:00
committed by AnturK
parent 54b0e05973
commit 5ff62bfce4
+1 -1
View File
@@ -48,7 +48,7 @@
if(DISGUST_LEVEL_DISGUSTED to INFINITY)
H.throw_alert("disgust", /obj/screen/alert/disgusted)
/obj/item/organ/stomach/Remove()
/obj/item/organ/stomach/Remove(mob/living/carbon/M, special = 0)
var/mob/living/carbon/human/H = owner
if(istype(H))
H.clear_alert("disgust")