mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-04-04 07:30:42 +01:00
Fix stray gypsy references
This commit is contained in:
parent
8a6e5b7662
commit
864419f245
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
# The "start" level for the quest.
|
||||
#
|
||||
# Here you meet your (besieged) class leader, the Old Gypsy woman
|
||||
# Here you meet your (besieged) class leader, the old fortune teller
|
||||
# and receive your quest assignment.
|
||||
#
|
||||
MAZE: "Hdf-strt" , 'T'
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
# The "start" level for the quest.
|
||||
#
|
||||
# Here you meet your (besieged) class leader, the Old Gypsy woman
|
||||
# Here you meet your (besieged) class leader, the old fortune teller
|
||||
# and receive your quest assignment.
|
||||
#
|
||||
MAZE: "Nob-strt",'.'
|
||||
|
@ -56,7 +56,7 @@ DOOR:closed,(08,05)
|
|||
DOOR:closed,(17,05)
|
||||
|
||||
# Fortuneteller
|
||||
MONSTER:'@',"old Gypsy woman",(12,05)
|
||||
MONSTER:'@',"old fortune teller",(12,05)
|
||||
# Your treasure chest
|
||||
CONTAINER:'(',"chest",(22,05)
|
||||
OBJECT:'?',"resistance",contained
|
||||
|
|
Loading…
Add table
Reference in a new issue