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 20:32:33 +00:00
committed by GitHub
parent 2a842644d5
commit ef7e48db9c
23 changed files with 63 additions and 63 deletions
@@ -681,9 +681,9 @@
else
newdir = newdir | dir
if(newdir == 3)
newdir = 1
newdir = NORTH
else if(newdir == 12)
newdir = 4
newdir = EAST
B.setDir(newdir)
B.update_icon()
bloodiness--
@@ -407,7 +407,7 @@
return
var/pixel_x_diff = 0
var/pixel_y_diff = 0
var/turn_dir = 1
var/turn_dir = NORTH
var/direction = get_dir(src, A)
if(direction & NORTH)
+1 -1
View File
@@ -287,7 +287,7 @@
affecting.forceMove(assailant.loc)
if(GRAB_KILL)
shift = 0
adir = 1
adir = NORTH
affecting.setDir(SOUTH)//face up
affecting.forceMove(assailant.loc)