Fix being unable to stuff money into IDs (#41006)

This commit is contained in:
ShizCalev
2018-10-19 22:17:28 -07:00
committed by Tad Hardesty
parent 58eb53890c
commit ca57ca7bee
6 changed files with 42 additions and 6 deletions
+3
View File
@@ -322,6 +322,9 @@ GLOBAL_LIST_INIT(sand_recipes, list(\
var/value = 1
var/coinflip
/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))