mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-10 06:37:05 +01:00
Makes contaminated boxes not fall apart
This commit is contained in:
@@ -78,20 +78,6 @@ var/list/gurgled_overlays = list(
|
||||
else
|
||||
..()
|
||||
|
||||
//////////////
|
||||
// Special things that happen when wet
|
||||
//////////////
|
||||
/obj/item/weapon/storage/box/open(mob/user as mob)
|
||||
if(gurgled)
|
||||
to_chat(usr, "The soggy box falls apart in your hands.")
|
||||
var/turf/T = get_turf(src)
|
||||
for(var/obj/item/I in contents)
|
||||
remove_from_storage(I, T)
|
||||
new/obj/effect/decal/cleanable/molten_item(T)
|
||||
qdel(src)
|
||||
return
|
||||
..()
|
||||
|
||||
//////////////
|
||||
// Special handling of gurgle_contaminate
|
||||
//////////////
|
||||
|
||||
Reference in New Issue
Block a user