mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user