fix lowwall colors (#7150)

This commit is contained in:
silicons
2025-05-15 12:41:30 -07:00
committed by GitHub
parent 95de4c698a
commit 5f328de140
3 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -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)