remove 512 version checks
This commit is contained in:
committed by
CitadelStationBot
parent
4063781baf
commit
d559fc1bd3
@@ -2,14 +2,7 @@
|
||||
|
||||
#define islist(L) (istype(L, /list))
|
||||
|
||||
#if DM_VERSION >= 512
|
||||
#define in_range(source, user) (get_dist(source, user) <= 1 && (get_step(source, 0)?:z) == (get_step(user, 0)?:z))
|
||||
#if DM_VERSION > 512
|
||||
#warn Remove this check.
|
||||
#endif
|
||||
#else
|
||||
#define in_range(source, user) (get_dist(source, user) <= 1)
|
||||
#endif
|
||||
|
||||
#define ismovableatom(A) (istype(A, /atom/movable))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user