mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
fixes a cryocell runtime (#20442)
This commit is contained in:
@@ -332,8 +332,9 @@
|
||||
return ..()
|
||||
|
||||
/obj/machinery/atmospherics/unary/cryo_cell/crowbar_act(mob/user, obj/item/I)
|
||||
if(default_deconstruction_crowbar(user, I))
|
||||
return
|
||||
. = TRUE
|
||||
if(panel_open)
|
||||
default_deconstruction_crowbar(user, I)
|
||||
|
||||
/obj/machinery/atmospherics/unary/cryo_cell/screwdriver_act(mob/user, obj/item/I)
|
||||
if(occupant || on)
|
||||
|
||||
Reference in New Issue
Block a user