mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Fixes node cable amounts (#30477)
This commit is contained in:
@@ -231,8 +231,7 @@ GLOBAL_LIST_EMPTY(ai_nodes)
|
||||
component_parts += new /obj/item/stock_parts/capacitor(null)
|
||||
component_parts += new /obj/item/stack/sheet/mineral/gold(null)
|
||||
component_parts += new /obj/item/stack/sheet/mineral/silver(null)
|
||||
for(var/i in 1 to 5)
|
||||
component_parts += new /obj/item/stack/cable_coil(null)
|
||||
component_parts += new /obj/item/stack/cable_coil(null, 5)
|
||||
component_parts += new /obj/item/stack/sheet/mineral/diamond(null)
|
||||
RefreshParts()
|
||||
|
||||
@@ -258,8 +257,7 @@ GLOBAL_LIST_EMPTY(ai_nodes)
|
||||
component_parts += new /obj/item/stock_parts/capacitor(null)
|
||||
component_parts += new /obj/item/stack/sheet/mineral/gold(null)
|
||||
component_parts += new /obj/item/stack/sheet/mineral/silver(null)
|
||||
for(var/i in 1 to 5)
|
||||
component_parts += new /obj/item/stack/cable_coil(null)
|
||||
component_parts += new /obj/item/stack/cable_coil(null, 5)
|
||||
component_parts += new /obj/item/stack/sheet/mineral/diamond(null)
|
||||
RefreshParts()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user