[MIRROR] adds missing SIGNAL_HANDLERs (#10768)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-26 22:06:18 +02:00
committed by GitHub
co-authored by SatinIsle
parent 9c0fdbbbb8
commit ed532c2574
56 changed files with 78 additions and 3 deletions
+1
View File
@@ -149,6 +149,7 @@
return failed
/datum/unit_test/all_clothing_shall_be_valid/get_signal_data(atom/source, list/data = list())
SIGNAL_HANDLER
switch(data[1])
if("set_slot")
var/slot_name = data[2]
+1
View File
@@ -280,6 +280,7 @@
return TRUE
/datum/unit_test/chemical_reactions_shall_not_conflict/get_signal_data(atom/source, list/data = list())
SIGNAL_HANDLER
result_reactions.Add(data[1]) // Append the reactions that happened, then use that to check their inhibitors