mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-31 03:37:24 +01:00
fix lowwall colors (#7150)
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
if(locate(/obj/structure/wall_frame) in loc)
|
||||
CRASH("Window spawner at [audit_loc()] is set to spawn low wall but found one already in turf")
|
||||
var/obj/structure/wall_frame/low_wall = new low_wall_path(loc)
|
||||
if(isnull(low_wall_stripe_color))
|
||||
if(!isnull(low_wall_stripe_color))
|
||||
low_wall.stripe_color = low_wall_stripe_color
|
||||
|
||||
var/new_window = new window_full_path(loc)
|
||||
|
||||
Reference in New Issue
Block a user