Primitive Farming additions & changes (#28205)

* Update global_lists.dm

* Update ceramics.dm

* Update storage_structures.dm

* Add files via upload

* Add files via upload

* Update storage_structures.dm

* Add files via upload

* Update ceramics.dm

* Add files via upload

* Add files via upload

* Update tgstation.dme

* Add files via upload
This commit is contained in:
xXPawnStarrXx
2024-06-16 23:46:25 +01:00
committed by GitHub
parent 2ef8727835
commit b662ee7665
7 changed files with 325 additions and 37 deletions
@@ -22,14 +22,10 @@
user.balloon_alert_to_viewers("disassembling...")
if(!tool.use_tool(src, user, 2 SECONDS, volume = 100))
return
new /obj/item/stack/sheet/mineral/clay(drop_location(), 5)
new /obj/item/stack/sheet/mineral/wood(drop_location(), 2)
deconstruct(TRUE)
return ITEM_INTERACT_SUCCESS
/obj/structure/rack/wooden/atom_deconstruct(disassembled = TRUE)
new /obj/item/stack/sheet/mineral/wood(drop_location(), 2)
return ..()
// Barrel but it works like a crate
/obj/structure/closet/crate/wooden/storage_barrel
@@ -106,7 +102,7 @@
/obj/machinery/smartfridge/wooden/ration_shelf
name = "Ration shelf"
desc = "A wooden shelf, used to store food... preferably preserved."
icon_state = "rationshelf"
icon_state = "seedshelf"
base_build_path = /obj/machinery/smartfridge/wooden/ration_shelf
base_icon_state = "ration"