From 4380045c5275e8fa51a417393035c6c71e8634e1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 5 Feb 2022 00:07:40 -0800 Subject: Fix another use of vampire-hunger to vampire. --- vampirism.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vampirism.patch b/vampirism.patch index 7480ae7..2b0895c 100644 --- a/vampirism.patch +++ b/vampirism.patch @@ -183,7 +183,7 @@ _( "Eww. Inedible plant stuff!" ) ); } -+ if( has_trait( trait_VAMP_HUNGER ) && food.has_any_flag( vamp_blacklist ) && ++ if( has_trait_flag( "VAMPIRE" ) && food.has_any_flag( vamp_blacklist ) && + !food.has_flag( flag_VAMPIRISM_OK ) ) { + return ret_val::make_failure( edible_rating::inedible_mutation, + _( "Bleh. This isn't blood!" ) ); -- cgit v1.2.1