1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-27 07:52:25 +01:00

Fix the sack in the grue des files

This should be marked with CONTAINER rather than OBJECT as the two
following objects are intended to be contained there

Without that, entering the level could throw impossibles, or worse have
container refer to a stale object and crash
This commit is contained in:
George Edward Bulmer 2022-03-16 14:37:25 +00:00
parent 1409ee7d74
commit 8e08cad0e4

View file

@ -104,7 +104,7 @@ STAIR:(68,10),down
# Treasure
OBJECT:'#',"uncharged lantern",(62,18)
OBJECT:'(',"sack",(62,18)
CONTAINER:'(',"sack",(62,18)
OBJECT:'#',"+2 blessed wrathful silver elven broadsword",contained
OBJECT:'#',"platinum bar",contained
@ -270,7 +270,7 @@ STAIR:(66,15),down
# Treasure
OBJECT:'#',"uncharged lantern",(67,17)
OBJECT:'(',"sack",(67,17)
CONTAINER:'(',"sack",(67,17)
OBJECT:'#',"+2 blessed wrathful silver elven broadsword",contained
OBJECT:'#',"platinum bar",contained