summaryrefslogtreecommitdiff
path: root/jc_stop-non-faction-npc-malnourishment.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-25 23:39:30 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-25 23:39:30 -0800
commit7406a4d8fad98609db9486e27f35e2347c87e70f (patch)
treebf59f93eda0b1200ca0f7630ee4b6832234b1c6d /jc_stop-non-faction-npc-malnourishment.patch
parentUpdate PKGUILD (diff)
downloadcataclysm-bn-7406a4d8fad98609db9486e27f35e2347c87e70f.tar.xz
Fix many patch fuzzing warnings.
Fix vampires not ignoring ambient temperature.
Diffstat (limited to 'jc_stop-non-faction-npc-malnourishment.patch')
-rw-r--r--jc_stop-non-faction-npc-malnourishment.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/jc_stop-non-faction-npc-malnourishment.patch b/jc_stop-non-faction-npc-malnourishment.patch
index f45402f..e197713 100644
--- a/jc_stop-non-faction-npc-malnourishment.patch
+++ b/jc_stop-non-faction-npc-malnourishment.patch
@@ -1,8 +1,8 @@
--- a/src/npcmove.cpp
+++ b/src/npcmove.cpp
@@ -116,6 +116,14 @@
- static const efftype_id effect_onfire( "onfire" );
- static const efftype_id effect_stunned( "stunned" );
+ static const itype_id itype_oxygen_tank( "oxygen_tank" );
+ static const itype_id itype_UPS( "UPS" );
+const vitamin_id vitamin_calcium( "calcium" );
+const vitamin_id vitamin_iron( "iron" );