clear_event not add_event

This commit is contained in:
Poojawa
2018-03-17 20:31:59 -05:00
parent d6e7dcdf37
commit 5d2ec7dd88
@@ -102,11 +102,11 @@
for(var/obj/item/I in embedded_objects)
embedded_objects -= I
I.forceMove(src)
/*if(!C.has_embedded_objects())
if(!C.has_embedded_objects())
C.clear_alert("embeddedobject")
GET_COMPONENT_FROM(mood, /datum/component/mood, C)
if(mood)
mood.add_event("embedded") */ //temporary measure to stop the runtimes, will be reverted with #36344 on TG
mood.clear_event("embedded")
if(!special)
if(C.dna)