Makes a ton of dirs into defines (#31244)

* Makes a ton of dirs into defines

* lol oops

* "fix"

* ignore everything
This commit is contained in:
Contrabang
2025-12-12 15:32:33 -05:00
committed by GitHub
parent 2a842644d5
commit ef7e48db9c
23 changed files with 63 additions and 63 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
var/newDir = pick(dirList)
if(newDir == 16)
floor = 1
newDir = 1
newDir = NORTH
return newDir
floor = 1
+3 -3
View File
@@ -154,11 +154,11 @@
/*var/carpet_dir
switch(choice)
if("Bible")
carpet_dir = 2
carpet_dir = SOUTH
if("Koran")
carpet_dir = 4
carpet_dir = EAST
if("Scientology")
carpet_dir = 8
carpet_dir = WEST
if(carpet_dir)
for(var/area/station/service/chapel/main/A in world)
for(var/turf/T in A.contents)