Fixes a to_chat runtime, adds macro for sending images (#1591)
This commit is contained in:
committed by
kevinz000
parent
7078b711ca
commit
c53efc8dc7
@@ -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+")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user