mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user