mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #6808 from VOREStation/vplk-overmap
Overmap Skybox, Ships, Sectors, and Boats
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
#define get_turf(A) get_step(A,0)
|
||||
|
||||
#define get_x(A) (get_step(A, 0)?.x || 0)
|
||||
|
||||
#define get_y(A) (get_step(A, 0)?.y || 0)
|
||||
|
||||
#define get_z(A) (get_step(A, 0)?.z || 0)
|
||||
|
||||
#define RANDOM_BLOOD_TYPE pick(4;"O-", 36;"O+", 3;"A-", 28;"A+", 1;"B-", 20;"B+", 1;"AB-", 5;"AB+")
|
||||
|
||||
// #define to_chat(target, message) target << message Not anymore!
|
||||
|
||||
Reference in New Issue
Block a user