mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Producebin icon fixes (#27885)
* Update storage_structures.dm * These arent needed --------- Co-authored-by: xXPawnStarrXx <53197594+xXPawnStarrXx@users.noreply.github.com>
This commit is contained in:
co-authored by
xXPawnStarrXx
parent
ecab4b9fb2
commit
0ab8a7c14a
@@ -50,7 +50,7 @@
|
||||
icon_state = "producebin"
|
||||
resistance_flags = FLAMMABLE
|
||||
base_build_path = /obj/machinery/smartfridge/wooden
|
||||
base_icon_state = "producebin"
|
||||
base_icon_state = "produce"
|
||||
use_power = NO_POWER_USE
|
||||
light_power = 0
|
||||
idle_power_usage = 0
|
||||
@@ -82,9 +82,7 @@
|
||||
/obj/machinery/smartfridge/wooden/produce_bin
|
||||
name = "produce bin"
|
||||
desc = "A wooden hamper, used to hold plant products and try to keep them safe from pests."
|
||||
icon_state = "producebin"
|
||||
base_build_path = /obj/machinery/smartfridge/wooden/produce_bin
|
||||
base_icon_state = "producebin"
|
||||
|
||||
/obj/machinery/smartfridge/wooden/produce_bin/accept_check(obj/item/item_to_check)
|
||||
var/static/list/accepted_items = list(
|
||||
|
||||
Reference in New Issue
Block a user