Merge branch 'NetHack-3.7' into NetHack-3.7-Jan2020
This commit is contained in:
+2
-1
@@ -178,7 +178,8 @@ dungeon = {
|
||||
},
|
||||
{
|
||||
name = "minend",
|
||||
bonetag = "E",
|
||||
-- 3.7.0: minend changed to no-bones to simplify achievement tracking
|
||||
-- bonetag = "E"
|
||||
base = -1,
|
||||
nlevels = 3
|
||||
},
|
||||
|
||||
+5
-1
@@ -4,7 +4,7 @@
|
||||
-- - export the quest string replacements to lua, instead of %H etc
|
||||
-- - allow checking if hero is carrying item (see comments for %Cp Arc 00042)
|
||||
-- - fold quest_portal, quest_portal_again, quest_portal_demand into one
|
||||
-- - some roles have no goal_alt, fold into goal_next?
|
||||
-- - write tests to check questtext validity?
|
||||
-- - qt_pager hack(?): if (qt_msg->delivery == 'p' && strcmp(windowprocs.name, "X11"))
|
||||
|
||||
|
||||
@@ -25,6 +25,10 @@
|
||||
|
||||
|
||||
questtext = {
|
||||
-- If a role doesn't have a specific message, try a fallback
|
||||
msg_fallbacks = {
|
||||
goal_alt = "goal_next"
|
||||
},
|
||||
common = {
|
||||
TEST_PATTERN = {
|
||||
output = "text",
|
||||
|
||||
Reference in New Issue
Block a user