mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Reworked foodsystem exclusive items:
no food items if the food system is off whether the item is exclusive is defined by tag in items.xml replaced previous way of decision, which used Item[usItemIndex].foodtype > 0 as criteria that also restricted dual use items (i.e. drugs that also have a foodtype, like coffee, etc.)
This commit is contained in:
@@ -871,6 +871,7 @@ 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