fixes intestine stuff (#4875)

This commit is contained in:
silicons
2022-12-20 08:40:51 -06:00
committed by GitHub
parent 4ac109c7c2
commit 037583dedf
+5 -1
View File
@@ -6,7 +6,11 @@
/obj/item/organ/internal/intestine/handle_germ_effects()
. = ..() //Up should return an infection level as an integer
if(!.) return
if(!.)
return
if(!owner?.client)
return
//Viral Gastroenteritis
if (. >= 1)