Skip to content

Commit

Permalink
Lowered probability of footbow from 30 to 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Jul 25, 2023
1 parent a7f5729 commit c48f9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hackem_changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

Version 1.2.0 (unreleased)

Lowered probability of footbow from 30 to 5.
Reverted Serpent's Tongue back to a dagger.
Mana cloak only grants MC1.
Fix: Breaking a boomerang in melee could cause heap-use-after-free if it caused hated-material sear damage.
Expand Down
2 changes: 1 addition & 1 deletion src/objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ WEAPON("red double lightsaber", "double lightsaber", /* Slash'EM
/* launchers */
BOW("bow", None, 1, 1, 24, 30, 60, 0, WOOD, P_BOW, HI_WOOD),
BOW("elven bow", "runed bow", 0, 1, 12, 30, 60, 0, WOOD, P_BOW, HI_WOOD),
BOW("footbow", "warped bow", 0, 0, 30, 60, 60, 0, BONE, P_BOW, CLR_WHITE), /* SpliceHack */
BOW("footbow", "warped bow", 0, 0, 5, 60, 60, 0, BONE, P_BOW, CLR_WHITE), /* SpliceHack */
BOW("orcish bow", "crude bow", 0, 1, 12, 30, 60, 0, WOOD, P_BOW, CLR_BLACK),
BOW("yumi", "long bow", 0, 1, 0, 30, 60, 0, WOOD, P_BOW, HI_WOOD),
BOW("sling", None, 1, 0, 40, 3, 20, 0, LEATHER, P_SLING, HI_LEATHER),
Expand Down

0 comments on commit c48f9b4

Please sign in to comment.