Skip to content

Commit

Permalink
could this be part of what was causing it? idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun-Soaked committed Jun 7, 2024
1 parent 4e9a853 commit 7076dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/power/apc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/auto_name, 25)
// this allows the APC to be embedded in a wall, yet still inside an area
if (building)
setDir(ndir)
tdir = dir // to fix Vars bug
tdir = dir// to fix Vars bug

switch(tdir)
if(NORTH)
Expand Down

0 comments on commit 7076dc4

Please sign in to comment.