mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 15:34:35 +00:00
6 lines
294 B
Plaintext
6 lines
294 B
Plaintext
// 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
|