mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Simplified rework foodsystem allowed items
simplified the previous commit, now no more need for a tag when checking IsItemLegal for Food System, ontop of checking for foodpoints, now also check if is drug as a result, as previously, all eatable food will be excluded without food system, but now only if it isn't a drug at the same time and no more tag to check for that in items.xml needed
This commit is contained in:
@@ -871,7 +871,6 @@ extern OBJECTTYPE gTempObject;
|
||||
#define ITEM_fProvidesRobotCamo 0x0000010000000000 // rftr: robot attachments
|
||||
#define ITEM_fProvidesRobotNightVision 0x0000020000000000 // rftr: robot attachments
|
||||
#define ITEM_fProvidesRobotLaserBonus 0x0000040000000000 // rftr: robot attachments
|
||||
#define ITEM_FoodSystemExclusive 0x0000080000000000 // kitty: item exclusively available with food feature
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user