Fixes Tears and Demons

This commit is contained in:
Aurorablade
2018-12-31 00:58:25 -05:00
parent 859a8ad3c0
commit ef0171c480
2 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/datum/event/tear
/datum/event/tear/honk
var/obj/effect/tear/honk/HE //i could just inherit but its being finicky.
/datum/event/tear/honk/announce()
@@ -9,7 +9,7 @@
if(T)
HE = new /obj/effect/tear/honk(T.loc)
/datum/event/tear/end()
/datum/event/tear/honk/end()
if(HE)
qdel(HE)