Files
Bubberstation/code/__DEFINES/dcs/signals/signals_operating_computer.dm
SkyratBot af53b642e4 [MIRROR] Dissection experiments are handled by autopsy surgery. Removes redundant dissection surgery. You can repeat an autopsy on someone who has come back to life. [MDB IGNORE] (#22936)
* Dissection experiments are handled by autopsy surgery. Removes redundant dissection surgery. You can repeat an autopsy on someone who has come back to life.

* Update all_nodes.dm

---------

Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com>
Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
2023-08-08 09:29:33 -04:00

6 lines
203 B
Plaintext

// /obj/machinery/computer/operating signals
/// Fired when a autopsy surgery completes.
/// (mob/living/target)
#define COMSIG_OPERATING_COMPUTER_AUTOPSY_COMPLETE "operating_computer_autopsy_complete"