mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Chem Dispenser Table Tweak (#11136)
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
ui_title = "Soda Dispenser"
|
||||
accept_drinking = 1
|
||||
density = 0//It's a half-height machine that sits on a table, this allows small things to walk under that table
|
||||
pass_flags = PASSTABLE // put it back on the table
|
||||
|
||||
/obj/machinery/chemical_dispenser/bar_soft/full
|
||||
spawn_cartridges = list(
|
||||
@@ -108,6 +109,7 @@
|
||||
ui_title = "Booze Dispenser"
|
||||
accept_drinking = 1
|
||||
density = 0//It's a half-height machine that sits on a table, this allows small things to walk under that table
|
||||
pass_flags = PASSTABLE // put it back on the table
|
||||
|
||||
/obj/machinery/chemical_dispenser/bar_alc/full
|
||||
spawn_cartridges = list(
|
||||
@@ -140,6 +142,7 @@
|
||||
ui_title = "Coffee Master 3000"
|
||||
accept_drinking = 1
|
||||
density = 0
|
||||
pass_flags = PASSTABLE // put it back on the table
|
||||
|
||||
/obj/machinery/chemical_dispenser/coffeemaster/full
|
||||
spawn_cartridges = list(
|
||||
@@ -164,6 +167,7 @@
|
||||
ui_title = "Morning Glory Coffee Mate"
|
||||
icon_state_active = null
|
||||
accept_drinking = 1
|
||||
pass_flags = PASSTABLE // put it back on the table
|
||||
|
||||
/obj/machinery/chemical_dispenser/coffee/full
|
||||
spawn_cartridges = list(
|
||||
|
||||
Reference in New Issue
Block a user