mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
added /obj/machinery/light exception to Get Flat Icon
This commit is contained in:
@@ -30,7 +30,8 @@ var/list/directional = list(
|
||||
/obj/structure/window,
|
||||
/obj/structure/window/full,
|
||||
/obj/structure/stool/bed/chair,
|
||||
/obj/structure/table
|
||||
/obj/structure/table,
|
||||
/obj/machinery/light
|
||||
)
|
||||
|
||||
var/list/exception = list(
|
||||
|
||||
Reference in New Issue
Block a user