Skip to content

Commit

Permalink
Merge pull request #9 from UndeadZeratul/main
Browse files Browse the repository at this point in the history
Fix Help Text
  • Loading branch information
UndeadZeratul authored Aug 10, 2023
2 parents 2edfe8a + ec802de commit 94cc3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zscript/icarus/weapons/Flamenwerfer 77/flamenwerfer77.zs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class HDFlamethrower : HDWeapon
Override string gethelptext()
{
return
WEPHELP_FIRE.." Throw Flames.\n"
WEPHELP_FIRE.." Throw Flames\n"
..WEPHELP_ALTFIRE.." Airblast\n"
..WEPHELP_RELOAD.." Reload Canister\n"
..WEPHELP_UNLOAD.." Unload Canister\n";
Expand Down

0 comments on commit 94cc3e1

Please sign in to comment.