CHEWY: Added constant for food certificate inventory item

This commit is contained in:
Paul Gilbert 2022-01-30 18:06:11 -08:00
parent ebd8c36857
commit f334ecb53b
2 changed files with 2 additions and 1 deletions

View File

@ -390,6 +390,7 @@ enum SetupScreenMode {
#define KARTE_INV 98
#define MACHETE_INV 99
#define RUBBER_INV 100
#define FOOD_CERTIFICATE_INV 101
#define SIB_SCHLEIM 3

View File

@ -142,7 +142,7 @@ void Room82::talk3() {
}
int Room82::proc3() {
if (!is_cur_inventar(101))
if (!is_cur_inventar(FOOD_CERTIFICATE_INV))
return 0;
hide_cur();