mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
removes some ways of making unvaredited custom callbacks (#62345)
This commit is contained in:
@@ -266,6 +266,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