the thing

the
This commit is contained in:
BongaTheProto
2022-03-04 19:51:12 -05:00
parent 8eef5107da
commit 8badaaf8ec
37 changed files with 1019 additions and 10 deletions
@@ -811,7 +811,8 @@ GLOBAL_LIST_INIT(plastic_recipes, list(
new /datum/stack_recipe("shower curtain", /obj/structure/curtain, 10, time = 10, one_per_turf = 1, on_floor = 1), \
new /datum/stack_recipe("duct", /obj/item/stack/ducts,1), \
new /datum/stack_recipe("laser pointer case", /obj/item/glasswork/glass_base/laserpointer_shell, 30), \
new /datum/stack_recipe("wet floor sign", /obj/item/clothing/suit/caution, 2)))
new /datum/stack_recipe("wet floor sign", /obj/item/clothing/suit/caution, 2),
new /datum/stack_recipe("micro bricks", /obj/item/stack/sheet/micro_bricks, 1, 5, 15,)))
/obj/item/stack/sheet/plastic
name = "plastic"
+6 -1
View File
@@ -66,7 +66,12 @@
/obj/item/clothing/gloves,
/obj/item/holosign_creator,
/obj/item/forcefield_projector,
/obj/item/assembly/signaler
/obj/item/assembly/signaler,
/obj/item/carpentry/handsaw,
/obj/item/carpentry/hammer,
/obj/item/carpentry/sandpaper,
/obj/item/carpentry/borer,
/obj/item/carpentry/glue
))
STR.can_hold = can_hold