Colorable Chairs, Stools, and other phoney baloney (#12797)

This commit is contained in:
Wowzewow (Wezzy)
2021-12-03 05:57:24 +08:00
committed by GitHub
parent bd827bac39
commit 56c16bf208
68 changed files with 2055 additions and 1778 deletions

View File

@@ -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()

View File

@@ -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)