Black boxes his grace ascentions. (#27221)

* Black boxes his grace ascentions

* Update code/game/objects/items/his_grace.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>

* more logging = better(thanks contra)

* Update his_grace.dm

---------

Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
1080pCat
2024-10-29 13:40:01 +00:00
committed by GitHub
co-authored by Contrabang
parent 1fea7d1791
commit 26b5b46066
+5
View File
@@ -39,8 +39,12 @@
/obj/item/his_grace/Destroy()
STOP_PROCESSING(SSprocessing, src)
SSblackbox.record_feedback("ledger", "his_grace", victims, "victim_count")
var/mob_counter = 0
for(var/mob/living/L in src)
L.forceMove(get_turf(src))
mob_counter++
SSblackbox.record_feedback("ledger", "his_grace", mob_counter, "mob_count")
GLOB.poi_list -= src
return ..()
@@ -275,6 +279,7 @@
icon_state = "his_grace_ascended"
item_state = "toolbox_gold"
ascended = TRUE
SSblackbox.record_feedback("amount", "his_grace_ascended", 1)
update_icon()
playsound(src, 'sound/effects/his_grace_ascend.ogg', 100)
var/mob/living/carbon/human/master = loc