mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
* wristwatch * added wristwatches the the regular maintspawner loot table * watch for tourists * observer get it too lol, the red strap is back! * Update code/modules/maps/spawners/spawners.dm * more watches * tadaa * oh right * fixed conflicts
12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
//Accessory exclusion defines
|
|
|
|
#define DECORATION 0
|
|
#define HOLSTER 1
|
|
#define STORAGE 2
|
|
#define ARMBAND 4
|
|
#define TIE 8
|
|
#define HOLOMAP 16
|
|
#define LASERTAG 32
|
|
#define ACCESSORY_LIGHT 64
|
|
#define WRISTWATCH 128
|