mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
I forgot to change the cyborg modules back to normal for the tiles.
This commit is contained in:
@@ -96,6 +96,7 @@ var/global/list/datum/stack_recipe/metal_recipes = list ( \
|
||||
origin_tech = "materials=1"
|
||||
|
||||
/obj/item/stack/sheet/metal/cyborg
|
||||
materials = list()
|
||||
|
||||
/obj/item/stack/sheet/metal/New(var/loc, var/amount=null)
|
||||
recipes = metal_recipes
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
/obj/item/stack/sheet/rglass/cyborg = 50,
|
||||
/obj/item/stack/cable_coil/cyborg = 50,
|
||||
/obj/item/stack/rods/cyborg = 60,
|
||||
/obj/item/stack/tile/plasteel/cyborg = 20
|
||||
/obj/item/stack/tile/plasteel = 20
|
||||
)
|
||||
|
||||
/obj/item/weapon/robot_module/engineering/New()
|
||||
@@ -462,9 +462,9 @@
|
||||
stacktypes = list(
|
||||
/obj/item/stack/sheet/wood/cyborg = 10,
|
||||
/obj/item/stack/sheet/rglass/cyborg = 50,
|
||||
/obj/item/stack/tile/wood/cyborg = 20,
|
||||
/obj/item/stack/rods/cyborg/ = 60,
|
||||
/obj/item/stack/tile/plasteel/cyborg = 20,
|
||||
/obj/item/stack/tile/wood = 20,
|
||||
/obj/item/stack/rods/cyborg = 60,
|
||||
/obj/item/stack/tile/plasteel = 20,
|
||||
/obj/item/stack/sheet/metal/cyborg = 50,
|
||||
/obj/item/stack/sheet/glass/cyborg = 50,
|
||||
/obj/item/stack/cable_coil/cyborg = 30
|
||||
|
||||
Reference in New Issue
Block a user