mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Emagging lift doors should no longer be a thing
This commit is contained in:
5
code/modules/turbolift/turbolift_door_vr.dm
Normal file
5
code/modules/turbolift/turbolift_door_vr.dm
Normal file
@@ -0,0 +1,5 @@
|
||||
// Vore specific code for /obj/machinery/door/airlock/lift
|
||||
|
||||
/obj/machinery/door/airlock/lift/emag_act(var/uses_left, var/mob/user)
|
||||
user << "<span class='danger'>This door is internally controlled.</span>"
|
||||
return 0 // Prevents the cryptographic sequencer from using a charge fruitlessly
|
||||
Reference in New Issue
Block a user