mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
Colorable Chairs, Stools, and other phoney baloney (#12797)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
var/list/magazine_icondata_keys = list()
|
||||
var/list/magazine_icondata_states = list()
|
||||
|
||||
var/list/stool_cache = list()
|
||||
var/list/furniture_cache = list()
|
||||
var/list/floor_light_cache = list()
|
||||
var/list/ashtray_cache = list()
|
||||
|
||||
|
||||
@@ -351,7 +351,7 @@
|
||||
LateSpawn(H, rank)
|
||||
|
||||
// Moving wheelchair if they have one
|
||||
if(H.buckled_to && istype(H.buckled_to, /obj/structure/bed/chair/wheelchair))
|
||||
if(H.buckled_to && istype(H.buckled_to, /obj/structure/bed/stool/chair/wheelchair))
|
||||
H.buckled_to.forceMove(H.loc)
|
||||
H.buckled_to.set_dir(H.dir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user