mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
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:
@@ -96,7 +96,7 @@
|
||||
var/newDir = pick(dirList)
|
||||
if(newDir == 16)
|
||||
floor = 1
|
||||
newDir = 1
|
||||
newDir = NORTH
|
||||
return newDir
|
||||
|
||||
floor = 1
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user