mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
41ce944736
* Stops some abilities from being done in VR * yeh * Update comp_helpers.dm * anti exploit * i am speed * Update areas.dm * Update areas.dm * Update dark_tunneling.dm * get rid of these unused abilities incompatible with new system. * forgot the human handling whoops * byeeee * Update shadekin.dm * voucher qdel fix * nutriment * Update shadekin.dm * mooore * Update shadekin.dm * yea * Update comp_helpers.dm * more fixes * bunch of fixes * type and default * dynamic * store settings * . --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
//Porting over the type system of the mobs
|
|
#define BLUE_EYES 1
|
|
#define RED_EYES 2
|
|
#define PURPLE_EYES 3
|
|
#define YELLOW_EYES 4
|
|
#define GREEN_EYES 5
|
|
#define ORANGE_EYES 6
|