Skip to content

Commit

Permalink
Changed needed anti-glare quality to 1.
Browse files Browse the repository at this point in the history
As levels 2 and 3 for that don't exist anymore.
  • Loading branch information
arijust authored Oct 14, 2021
1 parent b8ea90a commit 03cf2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iuse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4844,7 +4844,7 @@ cata::optional<int> iuse::oxytorch( Character *p, item *it, bool, const tripoint
return cata::nullopt;
}
static const quality_id GLARE( "GLARE" );
if( !p->has_quality( GLARE, 2 ) ) {
if( !p->has_quality( GLARE, 1 ) ) {
p->add_msg_if_player( m_info, _( "You need welding goggles to do that." ) );
return cata::nullopt;
}
Expand Down

0 comments on commit 03cf2de

Please sign in to comment.