Ported ventcrawling from vg.

This commit is contained in:
Zuhayr
2016-08-27 21:46:50 +09:30
committed by Yoshax
parent f1a2501c84
commit 843c48a9ee
19 changed files with 346 additions and 160 deletions

View File

@@ -42,3 +42,5 @@
#define isxeno(A) istype(A, /mob/living/simple_animal/xeno)
#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