Fixes a to_chat runtime, adds macro for sending images (#1591)

This commit is contained in:
CitadelStationBot
2017-06-17 13:26:42 -07:00
committed by kevinz000
parent 7078b711ca
commit c53efc8dc7
2 changed files with 5 additions and 3 deletions
+3
View File
@@ -1,3 +1,6 @@
//wrapper macro for sending images that makes grepping easy
#define SEND_IMAGE(target, image) target << image
/proc/random_blood_type()
return pick(4;"O-", 36;"O+", 3;"A-", 28;"A+", 1;"B-", 20;"B+", 1;"AB-", 5;"AB+")