mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Adds a pointer to the extraction location for Contractor uplinks (#16497)
* Contractor extraction point locator V1 * `update_static_data()` revert
This commit is contained in:
@@ -130,6 +130,8 @@
|
||||
#define SOUTH_OF_TURF(T) locate(T.x, T.y - 1, T.z)
|
||||
#define WEST_OF_TURF(T) locate(T.x - 1, T.y, T.z)
|
||||
|
||||
#define ATOM_COORDS(A) list(A.x, A.y, A.z)
|
||||
|
||||
#define MIN_SUPPLIED_LAW_NUMBER 15
|
||||
#define MAX_SUPPLIED_LAW_NUMBER 50
|
||||
|
||||
|
||||
Reference in New Issue
Block a user