From 4717bc0e562d1328b24b780bb5ab327e82b28fa6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 29 Sep 2021 19:55:24 -0700 Subject: Updated to 2021-09-29-2237 --- custom.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'custom.patch') diff --git a/custom.patch b/custom.patch index 322b809..6d2c4ae 100644 --- a/custom.patch +++ b/custom.patch @@ -187,10 +187,10 @@ @@ -1008,8 +1008,9 @@ int iInfoLine = 0; - if( u.has_amount( "holybook_bible1", 1 ) || u.has_amount( "holybook_bible2", 1 ) || -- u.has_amount( "holybook_bible3", 1 ) ) { + if( u.has_amount( itype_holybook_bible1, 1 ) || u.has_amount( itype_holybook_bible2, 1 ) || +- u.has_amount( itype_holybook_bible3, 1 ) ) { - if( !( u.has_trait( trait_id( "CANNIBAL" ) ) || u.has_trait( trait_id( "PSYCHOPATH" ) ) ) ) { -+ u.has_amount( "holybook_bible3", 1 ) || u.has_trait( trait_id( "THRESH_VAMP" ) ) ) { ++ u.has_amount( itype_holybook_bible3, 1 ) || u.has_trait( trait_id( "THRESH_VAMP" ) ) ) { + if( !( u.has_trait( trait_id( "CANNIBAL" ) ) || u.has_trait( trait_id( "PSYCHOPATH" ) ) || + u.has_trait( trait_id( "THRESH_VAMP" ) ) ) ) { vRip.emplace_back( " _______ ___" ); -- cgit v1.2.1