IPC ghetto oversight fix (#23794)

This commit is contained in:
PopGamer46
2024-01-21 22:30:24 +01:00
committed by GitHub
parent 47a1207b15
commit 939c09431e
2 changed files with 8 additions and 0 deletions

View File

@@ -354,6 +354,10 @@ GLOBAL_LIST_INIT(sand_recipes, list(\
if(cmineral && name_by_cmineral)
name = "[cmineral] coin"
/obj/item/coin/Initialize(mapload)
. = ..()
AddComponent(/datum/component/surgery_initiator/robo)
/obj/item/coin/gold
cmineral = "gold"
icon_state = "coin_gold_heads"