Adds attack log to yourself when you kill yourself (#15055)

This commit is contained in:
Qwertytoforty
2020-12-06 22:45:39 +00:00
committed by GitHub
parent e55eaa7447
commit 30d7a5e974
+1
View File
@@ -79,6 +79,7 @@
if(forced || (confirm == "Yes"))
suiciding = TRUE
create_log(ATTACK_LOG, "Attempted suicide")
var/obj/item/held_item = get_active_hand()
if(held_item)
var/damagetype = held_item.suicide_act(src)