Skip to content

Commit

Permalink
bugfix: Fix polarized fulltile windows' IDs (#5642)
Browse files Browse the repository at this point in the history
Update windowspawner.dm
  • Loading branch information
Den109G authored Aug 3, 2024
1 parent 83bafe0 commit b5c8e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/effects/spawners/windowspawner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
WI.dir = cdir
else
var/obj/structure/window/W = new window_to_spawn_full(get_turf(src))
sync_id(W)
W.dir = FULLTILE_WINDOW_DIR // THIS IS DUMB

if(useGrille)
Expand Down

0 comments on commit b5c8e10

Please sign in to comment.