We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9115a commit 5e7fd54Copy full SHA for 5e7fd54
src/xrGame/EntityCondition.h
@@ -33,9 +33,16 @@ enum EBoostParams
33
eBoostMaxCount,
34
};
35
36
-// XXX: Place this array in a C++ fource file, not the header.
37
-static const char* const ef_boosters_section_names[] =
+// tamlin: XXX: Place this array in a C++ source file, not the header.
+// Xottab_DUTY: Array currently used in eatable_item.cpp and UIBoosterInfo.cpp
38
+static const pcstr ef_boosters_section_names[] =
39
{
40
+ "boost_health_restore",
41
+ "boost_power_restore",
42
+ "boost_radiation_restore",
43
+ "boost_bleeding_restore",
44
+ "boost_max_weight",
45
+ "boost_radiation_protection",
46
"boost_telepat_protection",
47
"boost_chemburn_protection",
48
"boost_burn_immunity",
0 commit comments