[MIRROR] [s] removes some ways of making unvaredited custom callbacks [MDB IGNORE] (#9071)

* removes some ways of making unvaredited custom callbacks (#62345)

* [s] removes some ways of making unvaredited custom callbacks

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-10-27 17:21:33 +01:00
committed by GitHub
co-authored by Fikou
parent b49d5cd707
commit 239b6cd627
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -320,6 +320,8 @@
SIGNAL_HANDLER
var/datum/mood_event/the_event
if(!ispath(type, /datum/mood_event))
return
if(!istext(category))
category = REF(category)
if(mood_events[category])