mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
forgot to remove some unused defs
This commit is contained in:
@@ -1343,10 +1343,6 @@ GLOBAL_LIST_INIT(slot_equipment_priority, list( \
|
||||
/mob/proc/can_resist()
|
||||
return FALSE //overridden in living.dm
|
||||
|
||||
#define SPIN_DIRECTION_CLOCKWISE 0
|
||||
#define SPIN_DIRECTION_COUNTERCLOCKWISE 1
|
||||
#define SPIN_DIRECTION_RANDOM 2
|
||||
|
||||
/mob/proc/spin(spintime, speed)
|
||||
set waitfor = 0
|
||||
if(!spintime || !speed || spintime > 100)
|
||||
@@ -1360,10 +1356,6 @@ GLOBAL_LIST_INIT(slot_equipment_priority, list( \
|
||||
else
|
||||
dir = turn(dir, -90)
|
||||
|
||||
#undef SPIN_DIRECTION_CLOCKWISE
|
||||
#undef SPIN_DIRECTION_COUNTERCLOCKWISE
|
||||
#undef SPIN_DIRECTION_RANDOM
|
||||
|
||||
/mob/proc/is_literate()
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user