Belts and some select belt slot items no longer require a jumpsuit to wear (#23038)

* Why wear clothes when you can wear belts?

* Converted the ignore_under var into a flag
This commit is contained in:
SchrodingersWolf
2023-11-04 16:37:01 -04:00
committed by GitHub
parent 29351efba7
commit e6addfc6ac
11 changed files with 16 additions and 4 deletions
+2
View File
@@ -81,6 +81,8 @@
#define CRITICAL_ATOM_2 (1<<18)
/// Use this flag for items that can block randomly
#define RANDOM_BLOCKER_2 (1<<19)
/// This flag allows for wearing of a belt item, even if you're not wearing a jumpsuit
#define ALLOW_BELT_NO_JUMPSUIT_2 (1<<20)
//Reagent flags
#define REAGENT_NOREACT 1