mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Chemical dispensers like the soft drink dispenser and the alcohol dispenser can now be rotated with alt-click."
|
||||
Reference in New Issue
Block a user