mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
:yea: (#22363)
This commit is contained in:
@@ -297,7 +297,7 @@
|
||||
for(var/obj/item/I in H.get_contents())
|
||||
if(I.resistance_flags & INDESTRUCTIBLE)
|
||||
I.forceMove(get_turf(src))
|
||||
if(H.get_item_by_slot(slot_wear_suit))
|
||||
if(H.get_item_by_slot(slot_s_store))
|
||||
var/obj/item/ws = H.get_item_by_slot(slot_s_store)
|
||||
if(ws.resistance_flags & INDESTRUCTIBLE)
|
||||
ws.forceMove(get_turf(src))
|
||||
|
||||
Reference in New Issue
Block a user