Gives beer and soda dispensers their own circuitboards and Design ID's (#37315)
* new boards * new boards installed * new designs (wow) (woah) * added the new design ids to the biotech node * tested it works, also, that typo fucking stopped it from compiling
This commit is contained in:
@@ -413,6 +413,7 @@ obj/machinery/chem_dispenser/proc/work_animation()
|
||||
amount = 10
|
||||
pixel_y = 6
|
||||
layer = WALL_OBJ_LAYER
|
||||
circuit = /obj/item/circuitboard/machine/chem_dispenser/drinks
|
||||
working_state = null
|
||||
nopower_state = null
|
||||
dispensable_reagents = list(
|
||||
@@ -450,6 +451,7 @@ obj/machinery/chem_dispenser/proc/work_animation()
|
||||
anchored = TRUE
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "booze_dispenser"
|
||||
circuit = /obj/item/circuitboard/machine/chem_dispenser/drinks/beer
|
||||
dispensable_reagents = list(
|
||||
"beer",
|
||||
"kahlua",
|
||||
|
||||
Reference in New Issue
Block a user