Fixed autoclave exploit (#32113)

This commit is contained in:
PollardTheDragon
2026-06-13 02:44:21 -04:00
committed by GitHub
parent 2ec8cbe539
commit 7652c8d516
+1 -1
View File
@@ -123,7 +123,7 @@
if(is_open && occupant)
add_fingerprint(user)
user.put_in_active_hand(occupant)
user.put_in_hands(occupant)
to_chat(user, SPAN_NOTICE("You take [occupant] out of [src]."))
occupant = null
update_appearance(UPDATE_OVERLAYS)