mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Adds attack log to yourself when you kill yourself (#15055)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user