Vaurca phoron tank refdrop fix (#17588)

* Atomization

* safsa

---------

Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
Fluffy
2023-10-13 19:08:36 +00:00
committed by GitHub
co-authored by FluffyGhost <FluffyGhost>
parent beedad9f68
commit 87d9df3d0f
2 changed files with 47 additions and 0 deletions
+6
View File
@@ -323,6 +323,12 @@
if(air_contents)
QDEL_NULL(air_contents)
//Clear the reference to the phoron reserve as internals
var/mob/living/carbon/location = loc
if(istype(location) && location?.internal == src)
location?.internal = null
location?.internals?.icon_state = "internal0"
return ..()
/obj/item/organ/internal/vaurca/preserve/examine(mob/user, distance, is_adjacent)