mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user