Skip to content

Commit

Permalink
re-register hiding clothes as an action
Browse files Browse the repository at this point in the history
Coolthulu not so cool for once
  • Loading branch information
RobbieNeko authored Dec 27, 2024
1 parent 1cfbbdd commit a39e477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/armor_layers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ void show_armor_layers_ui( Character &who )
ctxt.register_action( "NEXT_TAB" );
ctxt.register_action( "MOVE_ARMOR" );
ctxt.register_action( "CHANGE_SIDE" );
ctxt.register_action( "TOGGLE_CLOTH" );
ctxt.register_action( "ASSIGN_INVLETS" );
ctxt.register_action( "SORT_ARMOR" );
ctxt.register_action( "EQUIP_ARMOR" );
Expand Down

0 comments on commit a39e477

Please sign in to comment.