Rotatable Drink Machines (#12243)

This commit is contained in:
Geeves
2021-07-31 12:47:42 +02:00
committed by GitHub
parent 97b1c3c73d
commit 7d2eacce99
2 changed files with 8 additions and 0 deletions
@@ -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
+6
View File
@@ -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."