quality of life

This commit is contained in:
Poojawa
2016-08-09 17:07:43 -05:00
parent ca4057cc11
commit 582c76840b
13 changed files with 78 additions and 18 deletions
+1
View File
@@ -10,6 +10,7 @@
if(confirm == "Yes")
suiciding = 1
log_game("[key_name(src)] (job: [job ? "[job]" : "None"]) commited suicide at [get_area(src)].")
message_admins("[key_name(src)] (job: [job ? "[job]" : "None"]) commited suicide at [get_area(src)].")
var/obj/item/held_item = get_active_hand()
if(held_item)
var/damagetype = held_item.suicide_act(src)