1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-08-19 19:13:10 +01:00

Bugfix: 500 is too many bullets to actually give

This commit is contained in:
Chris-plus-alphanumericgibberish 2017-07-18 17:46:35 -04:00
parent 5bfa0fb20d
commit 7bed267872

View file

@ -61,7 +61,7 @@ static struct trobj Anachrononaut_Dw[] = {
{ HIGH_ELVEN_GAUNTLETS, 0, ARMOR_CLASS, 1, 0 },
{ ELVEN_BOOTS, 0, ARMOR_CLASS, 1, 0 },
{ CLOAK_OF_MAGIC_RESISTANCE, 0, ARMOR_CLASS, 1, 0 },
{ BULLET, 3, WEAPON_CLASS, 500, 0 },
{ BULLET, 3, WEAPON_CLASS, 100, 0 },
{ BULLET_FABBER, 0, TOOL_CLASS, 1, 0 },
{ PROTEIN_PILL, 0, FOOD_CLASS, 10, 0 },
{ 0, 0, 0, 0, 0 }