From ba0dc9345572f0120a622a15eb1c4ef461110b65 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Tue, 15 Dec 2009 15:35:28 +0100 Subject: Remove code duplication by making artifacts use SPARM_SPIRIT_SHIELD. --- crawl-ref/source/util/art-data.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/util') diff --git a/crawl-ref/source/util/art-data.pl b/crawl-ref/source/util/art-data.pl index 67a4dfe476..55bfad78f3 100755 --- a/crawl-ref/source/util/art-data.pl +++ b/crawl-ref/source/util/art-data.pl @@ -46,7 +46,6 @@ my %field_type = ( RND_TELE => "bool", SEEINV => "bool", SPECIAL => "bool", - SPIRIT => "bool", STEALTH => "num", STR => "num", VALUE => "num", @@ -475,7 +474,7 @@ my @art_order = ( "SEEINV", "INV", "LEV", "BLINK", "BERSERK", "NOISES", "\n", "NOSPELL", "RND_TELE", "NOTELEP", "ANGRY", "METAB", "\n", "MUTATE", "ACC", "DAM", "CURSED", "STEALTH", "MP", "\n", - "SPIRIT", "}", + "}", "DESC", "\n", "DESC_ID", "\n", -- cgit v1.2.3-54-g00ecf