use SIGNAL_HANDLER REEEEEE (#59242)

makes as many procs as i can find use the SIGNAL_HANDLER define which i assumed they all already did
This commit is contained in:
Kylerace
2021-05-24 15:28:02 -04:00
committed by GitHub
parent 965a8de99c
commit e13fe75590
121 changed files with 199 additions and 34 deletions
@@ -178,6 +178,7 @@
* Checks whether an internal explosion was sufficient to compress the core.
*/
/obj/machinery/research/explosive_compressor/proc/check_test(atom/source, list/arguments)
SIGNAL_HANDLER
. = COMSIG_CANCEL_EXPLOSION
if(!inserted_core)
test_status = "ERROR: No core present during detonation."