Skip to content

Commit

Permalink
Update menudef.DRLA
Browse files Browse the repository at this point in the history
Text corrections
  • Loading branch information
FelesNoctis committed Jan 18, 2022
1 parent 3c0c63a commit 8ba2390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mam/menudef.DRLA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AddOptionMenu "MAM_Window" after mam_core_closemenu
{
SafeCommand "Use Armor Special :DRLA", mam_rl_armorspecial
SafeCommand "Drop Weapon :DRLA", mam_rl_removeweapon, "Do you really want to drop your weapon?\n(Note, slight delay)"
SafeCommand "Drop Weapon :DRLA", mam_rl_removeweapon, "Do you really want to drop your weapon? (Note, slight delay)"
SafeCommand "Remove Armor :DRLA", mam_rl_removearmor
SafeCommand "Remove Boots :DRLA", mam_rl_removeboots
SafeCommand "Drop Special Item :DRLA", mam_rl_specialitemdropper
Expand All @@ -20,7 +20,7 @@ OptionMenu "MAM_DRLA_Menu"
StaticText " "
SafeCommand "Armor Special", mam_rl_armorspecial
StaticText " "
SafeCommand "Drop Weapon", mam_rl_removeweapon, "Do you really want to drop your weapon?"
SafeCommand "Drop Weapon", mam_rl_removeweapon, "Do you really want to drop your weapon? (Note, slight delay)"
SafeCommand "Remove Armor", mam_rl_removearmor
SafeCommand "Remove Boots", mam_rl_removeboots
SafeCommand "Drop Special Item", mam_rl_specialitemdropper
Expand Down

0 comments on commit 8ba2390

Please sign in to comment.