summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-12 14:14:39 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-12 14:14:39 +0000
commit07bcc47732bd2315d077803e7110e7204a84732f (patch)
treecb4014ec73eb5a50232e23a801b03ece0766971e /src
parent78c0d6d558d8403c1a61b0e306a37488d1c2cbb5 (diff)
downloadhercules-07bcc47732bd2315d077803e7110e7204a84732f.tar.gz
hercules-07bcc47732bd2315d077803e7110e7204a84732f.tar.bz2
hercules-07bcc47732bd2315d077803e7110e7204a84732f.tar.xz
hercules-07bcc47732bd2315d077803e7110e7204a84732f.zip
- Added a temporary message when Angel of the Sun, Moon and Stars trigger so you know it triggered.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8974 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r--src/map/status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 7ce75dac2..fce11fb9f 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -7057,6 +7057,7 @@ static int status_natural_heal(DBKey key,void * data,va_list app)
pc_resethate(sd);
pc_resetfeel(sd);
//TODO: Figure out how to make the client-side msg show up.
+ clif_displaymessage(sd->fd,"[Angel of the Sun, Moon and Stars]");
}
}
sregen->tick.sp -= battle_config.natural_heal_skill_interval;