Lantern (Everburning) won't stack.
Issues on current master
Collapse
X
-
What the description says is the intended behavior. Have you seen evidence of the spell destroying an artifact? If so, that's a bug. But I doubt that there is a problem, as there haven't been any changes to spells in quite a while.Comment
-
Comment
-
EDIT: NO. Randart seed is 131295932. build was g535565d from the 9th.
the Lantern of Firhuinos <+4>
-----------------------------
+4 wisdom.
+4 tunneling.
Provides resistance to cold, nexus.
Cannot be harmed by fire.
Radius 2 light. Refills other lanterns up to 15000 turns of fuel.
When activated, it cures blindness.
Takes 33 to 36 turns to recharge.
Your chance of success is 94.5%
Min Level 23, Max Level 52, Generation chance 7, Power 88, 5.0 lbs
Random light of power 88."i can take this dracolich"Comment
-
Commit 8e3e6b2, some code checking if the rune is known has been moved at the end of display_resistance_panel():
Code:bool rune = false; (old code setting the "rune" boolean removed) ... else if ((j < player->body.count) && slot_object(player, j) && !known && ![COLOR="Red"][B]rune[/B][/COLOR]) ... /* Check if the rune is known */ (new code that doesn't use the "rune" boolean)
PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!Comment
-
Commit 8e3e6b2, some code checking if the rune is known has been moved at the end of display_resistance_panel():
Code:bool rune = false; (old code setting the "rune" boolean removed) ... else if ((j < player->body.count) && slot_object(player, j) && !known && ![COLOR="Red"][B]rune[/B][/COLOR]) ... /* Check if the rune is known */ (new code that doesn't use the "rune" boolean)
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
“We're more of the love, blood, and rhetoric school. Well, we can do you blood and love without the rhetoric, and we can do you blood and rhetoric without the love, and we can do you all three concurrent or consecutive. But we can't give you love and rhetoric without the blood. Blood is compulsory. They're all blood, you see.”
― Tom Stoppard, Rosencrantz and Guildenstern are DeadComment
Comment