remove bad words

This commit is contained in:
Linzolle
2020-04-14 17:54:07 -05:00
parent f828f4c4b7
commit 39e6541ccd
9 changed files with 24 additions and 30 deletions
+1 -1
View File
@@ -147,7 +147,7 @@
//flags for covering body parts
#define GLASSESCOVERSEYES (1<<0)
#define MASKCOVERSEYES (1<<1) // get rid of some of the other [censored for github] in these flags
#define MASKCOVERSEYES (1<<1) // get rid of some of the other stupidity in these flags
#define HEADCOVERSEYES (1<<2) // feel free to realloc these numbers for other purposes
#define MASKCOVERSMOUTH (1<<3) // on other items, these are just for mask/head
#define HEADCOVERSMOUTH (1<<4)