Coin can be inserted in ID cards now.

This commit is contained in:
Ghommie
2020-04-25 14:22:49 +02:00
parent c93f028a97
commit fecf6cef2f
3 changed files with 8 additions and 3 deletions

View File

@@ -341,6 +341,9 @@ GLOBAL_LIST_INIT(sand_recipes, list(\
var/datum/material/M = i
value += M.value_per_unit * custom_materials[M]
/obj/item/coin/get_item_credit_value()
return value
/obj/item/coin/suicide_act(mob/living/user)
user.visible_message("<span class='suicide'>[user] contemplates suicide with \the [src]!</span>")
if (!attack_self(user))