mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
Colorable Chairs, Stools, and other phoney baloney (#12797)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user