His Grace now shows up on the orbit list (#29819)

* His Grace now shows up on the orbit list

* .

* Update his_grace.dm
This commit is contained in:
MoreRobustThanYou
2017-08-11 17:08:38 -03:00
committed by KorPhaeron
parent 299137edd3
commit 1ee360f228
+4 -2
View File
@@ -20,12 +20,14 @@
var/prev_bloodthirst = HIS_GRACE_SATIATED
var/force_bonus = 0
/obj/item/weapon/his_grace/New()
..()
/obj/item/weapon/his_grace/Initialize()
. = ..()
START_PROCESSING(SSprocessing, src)
GLOB.poi_list += src
/obj/item/weapon/his_grace/Destroy()
STOP_PROCESSING(SSprocessing, src)
GLOB.poi_list -= src
for(var/mob/living/L in src)
L.forceMove(get_turf(src))
return ..()