mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Fix being unable to stuff money into IDs (#41006)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user