From 3cb5a3412319a4c27997498034777daa018cd128 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Jun 2022 22:13:54 -0700 Subject: Revert changes to vampirism patch. Update tileset. --- vampirism.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'vampirism.patch') diff --git a/vampirism.patch b/vampirism.patch index 256903a..776d9a1 100644 --- a/vampirism.patch +++ b/vampirism.patch @@ -559,6 +559,16 @@ static const trait_id trait_VOMITOUS( "VOMITOUS" ); static const trait_id trait_WEB_SPINNER( "WEB_SPINNER" ); static const trait_id trait_WEB_WEAVER( "WEB_WEAVER" ); +@@ -251,7 +251,8 @@ + + void Character::suffer_while_underwater() + { +- if( !has_trait( trait_GILLS ) && !has_trait( trait_GILLS_CEPH ) ) { ++ if( !has_trait( trait_GILLS ) && !has_trait( trait_GILLS_CEPH ) && ++ !has_trait( trait_VAMP_SKIN ) ) { + oxygen--; + } + if( oxygen < 12 && worn_with_flag( "REBREATHER" ) ) { @@ -751,7 +751,8 @@ return; } -- cgit v1.2.1