Wielding Trollsbane grants hungerless regeneration
This commit is contained in:
@@ -1512,6 +1512,7 @@ avoid premapping outside Sokoban map to prevent showing stone glyphs
|
|||||||
Grimtooth is permanently poisoned, protects from poison, and can fling poison
|
Grimtooth is permanently poisoned, protects from poison, and can fling poison
|
||||||
cursed magic whistle can teleport you to your pet
|
cursed magic whistle can teleport you to your pet
|
||||||
Fire and Frost Brand can be invoked for expert level fireball or cone of cold
|
Fire and Frost Brand can be invoked for expert level fireball or cone of cold
|
||||||
|
wielding Trollsbane grants hungerless regeneration
|
||||||
|
|
||||||
|
|
||||||
Fixes to 3.7.0-x General Problems Exposed Via git Repository
|
Fixes to 3.7.0-x General Problems Exposed Via git Repository
|
||||||
|
|||||||
+2
-2
@@ -179,8 +179,8 @@ static NEARDATA struct artifact artilist[] = {
|
|||||||
PHYS(5, 0), NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM,
|
PHYS(5, 0), NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM,
|
||||||
2, 1, 200L, NO_COLOR, OGRESMASHER),
|
2, 1, 200L, NO_COLOR, OGRESMASHER),
|
||||||
|
|
||||||
A("Trollsbane", MORNING_STAR, (SPFX_RESTR | SPFX_DCLAS), 0, S_TROLL,
|
A("Trollsbane", MORNING_STAR, (SPFX_RESTR | SPFX_DCLAS | SPFX_REGEN), 0,
|
||||||
PHYS(5, 0), NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM,
|
S_TROLL, PHYS(5, 0), NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM,
|
||||||
2, 1, 200L, NO_COLOR, TROLLSBANE),
|
2, 1, 200L, NO_COLOR, TROLLSBANE),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user