mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[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:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user