mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
* 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>
6 lines
203 B
Plaintext
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"
|