mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user