Skip to content

Commit

Permalink
Merge pull request #76625 from Night-Pryanik/acid-blood
Browse files Browse the repository at this point in the history
Fix error popping up when trying to draw blood from acidic zombie
  • Loading branch information
Maleclypse authored Sep 24, 2024
2 parents 7da998a + 4098745 commit 135be5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iuse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4551,6 +4551,7 @@ std::optional<int> iuse::blood_draw( Character *p, item *it, const tripoint & )
}
p->add_msg_if_player( m_info, _( "…but acidic blood damages the %s!" ), it->tname() );
}
return 1;
}

if( vampire ) {
Expand Down

0 comments on commit 135be5d

Please sign in to comment.