playing r1823 came across a glyph of warding on the ground. I'm a level 15 priest so I certainly didn't cast it...All monsters were too far away so I couldn't test to see if it worked but I made a save file.
glyph of warding bug?
Collapse
X
-
-
Well, unless I got a rune of protection scroll (way OoD) and it happened to create the glyph somewhere far away in the dungeon. But that would just change the nature of the bug. You guys want the bug savefile?Comment
-
-
Had to wait to get home from work, I uploaded the savefile here (although maybe there's a better way to do it?)
no laughing at my pathetic attempt at ironman please.
edit: in the savefile, I'm standing on the glyph.Attached FilesComment
-
I can't find any answer through source analysis. FEAT_GLYPH is only set from one function, which is only called from the priest spell, the mage spell, and the effect. No other calls to cave_set_feat seem to have logic errors that could lead to accidentally setting a glyph instead of e.g. a trap.
My best guess is spontaneous single byte corruption of the current dungeon level from the savefile on game load. Now you'll tell me you didn't load the game on this level I'm sure.Comment
-
I can't find any answer through source analysis. FEAT_GLYPH is only set from one function, which is only called from the priest spell, the mage spell, and the effect. No other calls to cave_set_feat seem to have logic errors that could lead to accidentally setting a glyph instead of e.g. a trap.
My best guess is spontaneous single byte corruption of the current dungeon level from the savefile on game load. Now you'll tell me you didn't load the game on this level I'm sure.Comment
-
You mean a feature as in "it's not a bug, it's a feature" or as in "the terrain feature FEAT_GLYPH"?
If it is in the first meaning, I too wouldn't mind finding an occasional glyph of warding in the dungeon -- it would create a lot of tactical options and definitely make the game funnier for me.--
Dive fast, die young, leave a high-CHA corpse.Comment
-
Code:############# #...........# #.####+####.# #.#;..;..;#.# #.#########.# #...........# #.###...###.# #.+;#...#;+.# #.###...###.# #...........# ############# ################# ######.....###### ######.....###### ###.....#.....### ###..#.....#..### #...............# #...#...;...#...# #...............# ###..#.....#..### ###.....#.....### ######.....###### ######.....###### #################
Comment
Comment