protip: don't return datum references anymore.

This commit is contained in:
Ghommie
2019-10-23 15:47:10 +02:00
parent ba307b01a5
commit 6c34a51ff4
2 changed files with 4 additions and 5 deletions
-2
View File
@@ -264,8 +264,6 @@
if(the_event.timeout)
addtimer(CALLBACK(src, .proc/clear_event, null, category), the_event.timeout, TIMER_UNIQUE|TIMER_OVERRIDE)
return the_event
/datum/component/mood/proc/clear_event(datum/source, category)
var/datum/mood_event/event = mood_events[category]
if(!event)