From 82d8dad204b5e36201a706fb5123053d85e46270 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Fri, 6 Jun 2008 22:37:39 +0000 Subject: Bug 1948750: The lua function item.name() now returns by default names like "golden rune of Zot" rather than "golden rune", so change lua markers which were dependant on the names of items. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5508 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/dat/hells.des | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/dat/hells.des') diff --git a/crawl-ref/source/dat/hells.des b/crawl-ref/source/dat/hells.des index ffd8773c53..e0c9be0e95 100644 --- a/crawl-ref/source/dat/hells.des +++ b/crawl-ref/source/dat/hells.des @@ -320,7 +320,7 @@ TAGS: dis ORIENT: north LFLAGS: no_tele_control MARKER: O = lua:item_pickup_change_flags { \ - level_flags="!no_tele_control", item="iron rune" \ + level_flags="!no_tele_control", item="iron rune of Zot" \ } MONS: Dispater, Fiend, Ice Fiend, iron devil, metal gargoyle MONS: iron dragon @@ -375,7 +375,7 @@ PLACE: Geh:7 ORIENT: encompass LFLAGS: no_tele_control MARKER: O = lua:item_pickup_change_flags { \ - level_flags="!no_tele_control", item="obsidian rune" \ + level_flags="!no_tele_control", item="obsidian rune of Zot" \ } MONS: Asmodeus, Fiend, Balrug, molten gargoyle MONS: Serpent of Hell, random, random @@ -464,7 +464,7 @@ PLACE: Coc:7 ORIENT: encompass LFLAGS: no_tele_control MARKER: O = lua:item_pickup_change_flags { \ - level_flags="!no_tele_control", item="icy rune" \ + level_flags="!no_tele_control", item="icy rune of Zot" \ } MONS: Antaeus, Ice Fiend, ice dragon / nothing ITEM: any, any misc, any misc, any misc @@ -557,7 +557,7 @@ SUBST: X=., 3=3. MONS: Antaeus, Ice Fiend, ice dragon, Ice Fiend LFLAGS: no_tele_control MARKER: O = lua:item_pickup_change_flags { \ - level_flags="!no_tele_control", item="icy rune" \ + level_flags="!no_tele_control", item="icy rune of Zot" \ } MAP xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx @@ -642,7 +642,7 @@ PLACE: Tar:7 ORIENT: encompass LFLAGS: no_tele_control MARKER: O = lua:item_pickup_change_flags { \ - level_flags="!no_tele_control", item="bone rune" \ + level_flags="!no_tele_control", item="bone rune of Zot" \ } MONS: Ereshkigal, necrophage, wraith, shadow, small zombie MONS: small skeleton, Shadow Fiend -- cgit v1.2.3-54-g00ecf