mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
organs no longer gain germs while in a changeling egg/headslug (#21239)
* organs no longer gain germs while in a changeling egg/headslug * sneaky clarification improvement
This commit is contained in:
@@ -127,6 +127,9 @@
|
||||
if(istype(loc,/obj/item/mmi))
|
||||
germ_level = max(0, germ_level - 1) // So a brain can slowly recover from being left out of an MMI
|
||||
return TRUE
|
||||
if(istype(loc, /mob/living/simple_animal/hostile/headslug) || istype(loc, /obj/item/organ/internal/body_egg/changeling_egg))
|
||||
germ_level = 0 // weird stuff might happen, best to be safe
|
||||
return TRUE
|
||||
if(is_found_within(/obj/structure/closet/crate/freezer))
|
||||
return TRUE
|
||||
if(is_found_within(/obj/machinery/clonepod))
|
||||
|
||||
Reference in New Issue
Block a user