Skip to content

Commit

Permalink
fix(UI): re-register hiding clothes as an action (#5841)
Browse files Browse the repository at this point in the history
re-register hiding clothes as an action

Coolthulu not so cool for once
  • Loading branch information
RobbieNeko authored Dec 27, 2024
1 parent 1cfbbdd commit 42d1c9a
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 42d1c9a

Please sign in to comment.