Merge pull request #6808 from VOREStation/vplk-overmap

Overmap Skybox, Ships, Sectors, and Boats
This commit is contained in:
Aronai Sieyes
2020-03-11 20:15:09 -04:00
committed by GitHub
100 changed files with 53028 additions and 14272 deletions

View File

@@ -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!