From 000f6272f8ab1d43ec6300fb5972f7813ada1c88 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Thu, 11 Jun 2015 07:20:42 +0200 Subject: Remove dead Portable Hole code --- lib/help/defines.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/help/defines.txt') diff --git a/lib/help/defines.txt b/lib/help/defines.txt index ac997501..13609658 100644 --- a/lib/help/defines.txt +++ b/lib/help/defines.txt @@ -66,7 +66,6 @@ TV_BOOK 111 /* spell books */ ~~~~~12|Svals /* The "sval" codes for TV_TOOL */ SV_TOOL_CLIMB 0 - SV_PORTABLE_HOLE 1 ~~~~~16 /* The "sval" codes for TV_SHOT/TV_ARROW/TV_BOLT */ SV_AMMO_LIGHT 0 /* pebbles */ -- cgit v1.2.3 From 33e7dc3baa6b375efb6d8989ffe3c50511291228 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Fri, 11 Dec 2015 08:09:30 +0100 Subject: Remove Alchemist class and associated skills/code Alchemy has always been ridiculously broken and there's been a huge amount of horrible code to support it. Sorry to any fans of Alchemy, but it's got to go. --- lib/help/defines.txt | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'lib/help/defines.txt') diff --git a/lib/help/defines.txt b/lib/help/defines.txt index 13609658..147e61a1 100644 --- a/lib/help/defines.txt +++ b/lib/help/defines.txt @@ -12,7 +12,6 @@ instance don't have svalues as they are defined in lua. TV_SKELETON 1 /* Skeletons ('s') */ TV_BOTTLE 2 /* Empty bottles ('!') */ -*****defines.txt*04[TV_BATERIE] 4 /* For the Alchemists */ TV_SPIKE 5 /* Spikes ('~') */ TV_MSTAFF 6 /* Mage Staffs */ TV_CHEST 7 /* Chests ('~') */ @@ -603,27 +602,6 @@ TV_BOOK 111 /* spell books */ SV_FOOD_ATHELAS 40 SV_FOOD_GREAT_HEALTH 41 SV_FOOD_FORTUNE_COOKIE 42 -~~~~~04 -/* The "sval" codes for TV_BATERIE */ - SV_BATERIE_POISON 1 - SV_BATERIE_EXPLOSION 2 - SV_BATERIE_TELEPORT 3 - SV_BATERIE_COLD 4 - SV_BATERIE_FIRE 5 - SV_BATERIE_ACID 6 - SV_BATERIE_LIFE 7 - SV_BATERIE_CONFUSION 8 - SV_BATERIE_LITE 9 - SV_BATERIE_CHAOS 10 - SV_BATERIE_TIME 11 - SV_BATERIE_MAGIC 12 - SV_BATERIE_XTRA_LIFE 13 - SV_BATERIE_DARKNESS 14 - SV_BATERIE_KNOWLEDGE 15 - SV_BATERIE_FORCE 16 - SV_BATERIE_LIGHTNING 17 - SV_BATERIE_MANA 18 - MAX_BATERIE_SVAL 18 ~~~~~09 /* The "sval" codes for TV_CORPSE */ SV_CORPSE_CORPSE 1 -- cgit v1.2.3