mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 04:52:03 +01:00
fixes intestine stuff (#4875)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user