mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Vaurca phoron tank refdrop fix (#17588)
* Atomization * safsa --------- Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
co-authored by
FluffyGhost <FluffyGhost>
parent
beedad9f68
commit
87d9df3d0f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user