mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Rotatable Drink Machines (#12243)
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
var/icon_state_active = "dispenser_active"
|
||||
clicksound = /decl/sound_category/button_sound
|
||||
|
||||
obj_flags = OBJ_FLAG_ROTATABLE
|
||||
|
||||
var/list/spawn_cartridges = null // Set to a list of types to spawn one of each on New()
|
||||
|
||||
var/list/cartridges = list() // Associative, label -> cartridge
|
||||
|
||||
Reference in New Issue
Block a user