summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/attitude-change.h
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-08 22:40:49 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-08 22:40:49 -0500
commit9701b3016d5d0d1fb67185e7abd675a0de0c129a (patch)
tree784d87393b77498a551a18836128c0bf0f14be6a /crawl-ref/source/attitude-change.h
parent0a3c856d3d36b49a8430fe9468d2f11ae234f9c8 (diff)
downloadcrawl-ref-9701b3016d5d0d1fb67185e7abd675a0de0c129a.tar.gz
crawl-ref-9701b3016d5d0d1fb67185e7abd675a0de0c129a.zip
Rename Feawn
In most places Feawn is now referred to as "Fedhas," its long name (used in the religion screen) is "Fedhas Madash"
Diffstat (limited to 'crawl-ref/source/attitude-change.h')
-rw-r--r--crawl-ref/source/attitude-change.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/attitude-change.h b/crawl-ref/source/attitude-change.h
index 784edd8131..c54b686b02 100644
--- a/crawl-ref/source/attitude-change.h
+++ b/crawl-ref/source/attitude-change.h
@@ -2,8 +2,8 @@
#define ATTITUDE_CHANGE_H
void good_god_follower_attitude_change(monsters *monster);
-void feawn_neutralise(monsters* monster);
-bool feawn_plants_hostile();
+void fedhas_neutralise(monsters* monster);
+bool fedhas_plants_hostile();
void beogh_follower_convert(monsters *monster, bool orc_hit = false);
void slime_convert(monsters *monster);
bool holy_beings_attitude_change();
@@ -21,6 +21,6 @@ void good_god_holy_fail_attitude_change(monsters *holy);
void beogh_convert_orc(monsters *orc, bool emergency,
bool converted_by_follower = false);
void jiyva_convert_slime(monsters* slime);
-void feawn_neutralise_plant(monsters *plant);
+void fedhas_neutralise_plant(monsters *plant);
#endif