summaryrefslogtreecommitdiff
path: root/vampirism.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-07-04 12:08:25 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-07-04 12:08:25 -0700
commitc16ebf7537eb5b74b0b0c3b2260787447ef62253 (patch)
tree0502c31b60db9dc2192b50e95fab8ffc262f09e5 /vampirism.patch
parentUpdated to 2023-06-22-0540 (diff)
downloadcataclysm-bn-c16ebf7537eb5b74b0b0c3b2260787447ef62253.tar.xz
Updated to 2023-07-03-0554
Diffstat (limited to 'vampirism.patch')
-rw-r--r--vampirism.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/vampirism.patch b/vampirism.patch
index 83488f9..8386f75 100644
--- a/vampirism.patch
+++ b/vampirism.patch
@@ -136,9 +136,9 @@
static const std::string flag_ALLERGEN_MEAT( "ALLERGEN_MEAT" );
static const std::string flag_ALLERGEN_MILK( "ALLERGEN_MILK" );
@@ -148,11 +148,17 @@
- static const std::string flag_RAW( "RAW" );
- static const std::string flag_URSINE_HONEY( "URSINE_HONEY" );
static const std::string flag_USE_EAT_VERB( "USE_EAT_VERB" );
+ static const std::string flag_COLD( "COLD" );
+ static const std::string flag_VERY_COLD( "VERY_COLD" );
+static const std::string flag_VAMPIRISM( "VAMPIRISM" );
+static const std::string flag_VAMPIRISM_OK( "VAMPIRISM_OK" );