mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-30 20:22:32 +00:00
IPC ghetto oversight fix (#23794)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user