Skip to content

Commit bce7ca7

Browse files
committed
Fix: artifact rings and wrong name in .des file.
With the One Ring and the Ring of P'hul now having their own base object, where they appear in their respective .des files, the base object name should have been updated but wasn't. Luckily this was caught before anyone made it to the Barbarian quest. Oooof.
1 parent 150f118 commit bce7ca7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dat/Barb.des

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ STAIR:(36,05),up
254254
ALTAR:(63,04),noncoaligned,altar
255255
NON_DIGGABLE:(00,00,75,19)
256256
# Objects
257-
OBJECT:('=',"free action"),(63,04),blessed,0,name:"The Ring of P'hul"
257+
OBJECT:('=',"ancient"),(63,04),blessed,0,name:"The Ring of P'hul"
258258
OBJECT:random,random
259259
OBJECT:random,random
260260
OBJECT:random,random

dat/goblintown.des

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ IF [33%] {
425425
}
426426

427427
# various objects
428-
OBJECT:('=',"invisibility"),random,cursed,name:"The One Ring"
428+
OBJECT:('=',"lustrous"),random,cursed,name:"The One Ring"
429429

430430
CONTAINER:('(',"chest"),(40,10) {
431431
IF [65%] {

doc/evilhack-changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3465,4 +3465,5 @@ The following changes to date are:
34653465
- Fix: being breathless not taken into account in several scenarios
34663466
- Fix: some bugs with various life saving conditions
34673467
- Draugr can't revive from being disintegrated
3468+
- Fix: artifact rings and wrong name in .des file
34683469

0 commit comments

Comments
 (0)