Files
vgstation13/__DEFINES/accessories.dm
DeityLink 223bf37a73 Wristwatches (#29961)
* 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
2021-07-11 18:39:56 -05:00

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