Files
CHOMPStation2/code/modules/turbolift/turbolift_door_vr.dm
2020-02-12 19:38:43 -05:00

6 lines
301 B
Plaintext

// Vore specific code for /obj/machinery/door/airlock/lift
/obj/machinery/door/airlock/lift/emag_act(var/uses_left, var/mob/user)
to_chat(user, "<span class='danger'>This door is internally controlled.</span>")
return 0 // Prevents the cryptographic sequencer from using a charge fruitlessly