Adds a log death to HMS (#75644)

## About The Pull Request

Adds a dead log message to HMS final tier

## Why It's Good For The Game

Keep us in the know, yaknow

## Changelog

🆑 Melbert
admin: Getting dusted by HMS gives a death log
/🆑
This commit is contained in:
MrMelbert
2023-05-26 09:45:39 -07:00
committed by GitHub
parent 4604347dc2
commit e0f73d13cd
+2 -1
View File
@@ -75,5 +75,6 @@
new /obj/effect/decal/cleanable/plasma(affected_mob.loc)
new /obj/effect/decal/cleanable/ash(affected_mob.loc)
affected_mob.visible_message(span_warning("[affected_mob] is erased from the timeline!"), span_userdanger("You are ripped from the timeline!"))
affected_mob.investigate_log("has been dusted / deleted by [name].", INVESTIGATE_DEATHS)
affected_mob.ghostize(can_reenter_corpse = FALSE)
qdel(affected_mob)