Merge pull request #6584 from TheFurryFeline/TFF-Print_Da_Sprayers

Printable Spray Bottles
This commit is contained in:
Atermonera
2019-12-25 15:08:43 -08:00
committed by GitHub
3 changed files with 43 additions and 0 deletions
+5
View File
@@ -94,6 +94,11 @@
is_stack = TRUE
no_scale = TRUE //prevents material duplication exploits
//TFF 24/12/19 - Let people print more spray bottles if needed.
/datum/category_item/autolathe/general/spraybottle
name = "spray bottle"
path = /obj/item/weapon/reagent_containers/spray
/datum/category_item/autolathe/general/knife
name = "kitchen knife"
path =/obj/item/weapon/material/knife
@@ -5,6 +5,8 @@
icon_state = "cleaner"
item_state = "cleaner"
flags = OPENCONTAINER|NOBLUDGEON
//TFF 24/12/19 - Let people print more spray bottles if needed.
matter = list("glass" = 300, DEFAULT_WALL_MATERIAL = 300)
slot_flags = SLOT_BELT
throwforce = 3
w_class = ITEMSIZE_SMALL