Skip to content

Commit

Permalink
calls an exorcist
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaFire15 committed Mar 2, 2025
1 parent f15e5dd commit 99ccd26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,13 +441,13 @@
. = TRUE

/obj/machinery/atmospherics/components/unary/cryo_cell/CtrlClick(mob/user)
if(user.can_interact_with(src) && !state_open && occupant != user)
if(user.canUseTopic(src, !issilicon(user)) && !state_open && occupant != user)
on = !on
update_icon()
return ..()

/obj/machinery/atmospherics/components/unary/cryo_cell/AltClick(mob/user)
if(user.can_interact_with(src) && occupant != user)
if(user.canUseTopic(src, !issilicon(user)) && occupant != user)
if(state_open)
close_machine()
else
Expand Down

0 comments on commit 99ccd26

Please sign in to comment.