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

@@ -125,7 +125,7 @@
get_spawned_drop(T)
/datum/random_map/droppod/proc/get_spawned_drop(var/turf/T)
var/obj/structure/bed/chair/C = new(T)
var/obj/structure/bed/stool/chair/C = new(T)
C.set_light(3, l_color = "#CC0000")
var/mob/living/drop
// This proc expects a list of mobs to be passed to the spawner.