diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 01:50:40 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 01:50:40 +0000 |
commit | 4a8d8fb69eefc1fdc436ea1943c1d6e4f066c59c (patch) | |
tree | 9b11749ec2345d8f13887cb3afb2d348ec590290 /conf-tmpl/battle/status.conf | |
parent | 9baa8fbabf43dc119e44394532505a8f0f277817 (diff) | |
download | hercules-4a8d8fb69eefc1fdc436ea1943c1d6e4f066c59c.tar.gz hercules-4a8d8fb69eefc1fdc436ea1943c1d6e4f066c59c.tar.bz2 hercules-4a8d8fb69eefc1fdc436ea1943c1d6e4f066c59c.tar.xz hercules-4a8d8fb69eefc1fdc436ea1943c1d6e4f066c59c.zip |
- Modified yet again SC_SILENCE after iRO tests from Entwined on IRC. Silence now ONLY blocks skills from being used, it will not stop on-going casts.
- Updated status_cast_cancel to also include silence (so the cast bar is cancelled if you are silenced during it)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8086 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/status.conf')
-rw-r--r-- | conf-tmpl/battle/status.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf-tmpl/battle/status.conf b/conf-tmpl/battle/status.conf index 8d2587b27..fae36079e 100644 --- a/conf-tmpl/battle/status.conf +++ b/conf-tmpl/battle/status.conf @@ -29,7 +29,7 @@ // features.
//--------------------------------------------------------------
-// Should skill casting be cancelled when inflicted by curse/stun/sleep/etc?
+// Should skill casting be cancelled when inflicted by curse/stun/sleep/etc (includes silence)?
status_cast_cancel: no
// Will certain skill status-changes be removed on logout?
|