summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-27 11:21:45 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-27 11:21:45 +0000
commit7a5efda30e5d565558b2df4fd7e28db62f757308 (patch)
tree2c7efdbd9aae9a21d7853b022975a7380a591713 /crawl-ref
parent83c4d3f517442b1aa3c09c2be49ee66d850bbd54 (diff)
downloadcrawl-ref-7a5efda30e5d565558b2df4fd7e28db62f757308.tar.gz
crawl-ref-7a5efda30e5d565558b2df4fd7e28db62f757308.zip
Remove now unneeded function.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9255 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/docs/changes.stone_soup30
-rw-r--r--crawl-ref/source/abl-show.cc2
-rw-r--r--crawl-ref/source/transfor.cc18
3 files changed, 15 insertions, 35 deletions
diff --git a/crawl-ref/docs/changes.stone_soup b/crawl-ref/docs/changes.stone_soup
index 16f8eacd37..ddbf51ea0b 100644
--- a/crawl-ref/docs/changes.stone_soup
+++ b/crawl-ref/docs/changes.stone_soup
@@ -30,6 +30,20 @@ Levels
* Tweaked most of the oklob vaults to make them less dangerous.
* Allow bazaars outside of the main dungeon.
+Characters
+----------
+* Merged Ogre-Mages into Ogres with completely new aptitudes.
+* Added non-healing species: Deep Dwarves.
+* Added Artificer class.
+* Transformations now cause worn equipment to be melded rather than removed.
+* Vampires can no longer heal via potions of blood or non-fresh corpses.
+* Overhaul nutrition values and duration for Vampires feeding on corpses.
+* Draining of the experience pool is now reduced by life protection.
+* Player and monster nagas no longer flounder or lose stealth in shallow water.
+* Secondary unarmed attacks now wake sleeping monsters.
+* Pure spellcasters don't start with a knife anymore.
+* Tweak starting choice restrictions.
+
Monsters
--------
* Disallow zombified monsters' use of stairs.
@@ -99,20 +113,6 @@ Items
* ?random uselessness now autoIDs.
* Identify the Horn of Geryon when wielding it.
-Characters
-----------
-* Merged Ogre-Mages into Ogres with completely new aptitudes.
-* Added non-healing species: Deep Dwarves.
-* Added Artificer class.
-* Transformations now cause worn equipment to be melded rather than removed.
-* Vampires can no longer heal via potions of blood or non-fresh corpses.
-* Overhaul nutrition values and duration for Vampires feeding on corpses.
-* Draining of the experience pool is now reduced by life protection.
-* Player and monster nagas no longer flounder or lose stealth in shallow water.
-* Secondary unarmed attacks now wake sleeping monsters.
-* Pure spellcasters don't start with a knife anymore.
-* Tweak starting choice restrictions.
-
Gods
----
* Greatly improved Yredelemnul.
@@ -148,7 +148,7 @@ Miscellaneous
* Flying can now be cancelled.
* Petrify is now an Enchantment/Earth spell.
* Lee's Rapid Deconstruction deals great damage to petrified monsters.
-* Rewrite and clean up of (among others) beam and trap code.
+* Rewrite and clean up of (among others) beam, trap, and mutations code.
* Store code revision in save files for easier bug tracking.
* Many useful new wizard commands.
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index c847f74068..d75f9a66b7 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -1215,8 +1215,6 @@ static bool _do_ability(const ability_def& abil)
switch (abil.ability)
{
case ABIL_BREATHE_FIRE:
- // Don't check for hell serpents - they get hell fire,
- // never regular fire. (GDL)
power = you.experience_level;
power += player_mutation_level(MUT_BREATHE_FLAMES) * 4;
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index c6fbfd6231..b99b6acb69 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -29,7 +29,6 @@ REVISION("$Rev$");
#include "stuff.h"
#include "traps.h"
-static void _drop_everything();
static void _extra_hp(int amount_extra);
bool transformation_can_wield(transformation_type trans)
@@ -902,23 +901,6 @@ void _extra_hp(int amount_extra) // must also set in calc_hp
deflate_hp(you.hp_max, false);
}
-void _drop_everything()
-{
- if (inv_count() < 1)
- return;
-
- mpr( "You find yourself unable to carry your possessions!" );
-
- for (int i = 0; i < ENDOFPACK; i++)
- {
- if (is_valid_item( you.inv[i] ))
- {
- copy_item_to_grid( you.inv[i], you.pos() );
- you.inv[i].quantity = 0;
- }
- }
-}
-
// Used to mark transformations which override species/mutation intrinsics.
// If phys_scales is true then we're checking to see if the form keeps
// the physical (AC/EV) properties from scales... the special intrinsic