summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-05-26 15:55:27 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-05-26 15:55:27 +0200
commit469917c1b8b611a04a6ad0ee7bd69da56d2cafb5 (patch)
tree3ab2f23c5ea657eb19156143b3a71ad07a6b9de2 /crawl-ref/source/artefact.h
parentdf449e0d30f1bce71303e53e0c083e0d1fd66f88 (diff)
downloadcrawl-ref-469917c1b8b611a04a6ad0ee7bd69da56d2cafb5.tar.gz
crawl-ref-469917c1b8b611a04a6ad0ee7bd69da56d2cafb5.zip
Make the Singing Sword spammier when in high tension, change its name.
Dpeg made the mistake of volunteering to sort out the speech into tiers, let's unleash him on the db!
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index fac1f11c71..432e8045bd 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -67,7 +67,7 @@ struct unrandart_entry
const char *desc_end; // appended to ided
void (*equip_func)(item_def* item, bool* show_msgs, bool unmeld);
- void (*unequip_func)(const item_def* item, bool* show_msgs);
+ void (*unequip_func)(item_def* item, bool* show_msgs);
void (*world_reacts_func)(item_def* item);
// An item can't be a melee weapon and launcher at the same time, so have
// the functions relevant to those item types share a union.