Skip to content

Commit

Permalink
Merge pull request #40302 from ifreund/thif-to-theif
Browse files Browse the repository at this point in the history
Fix typo causing thief mode bug
  • Loading branch information
ZhilkinSerg authored May 7, 2020
2 parents 0466c67 + e12ddb4 commit 80024b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/activity_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ void pickup_activity_actor::do_turn( player_activity &, Character &who )
who.cancel_activity();

if( who.get_value( "THIEF_MODE_KEEP" ) != "YES" ) {
who.set_value( "THIEF_MODE", "THIF_ASK" );
who.set_value( "THIEF_MODE", "THIEF_ASK" );
}

if( !keep_going ) {
Expand Down

0 comments on commit 80024b3

Please sign in to comment.