summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorrud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-08 12:28:14 +0000
committerrud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-08 12:28:14 +0000
commitcf31daa59894d5f19f0090b824de335e56e2a06d (patch)
tree16f9d1f1e619d05af1f79f4dc6b69aa66c06ad91 /src/map/pc.h
parent315d632e69c60d2996872c9330164133101befdf (diff)
downloadhercules-cf31daa59894d5f19f0090b824de335e56e2a06d.tar.gz
hercules-cf31daa59894d5f19f0090b824de335e56e2a06d.tar.bz2
hercules-cf31daa59894d5f19f0090b824de335e56e2a06d.tar.xz
hercules-cf31daa59894d5f19f0090b824de335e56e2a06d.zip
Follow up on r16240 update RK_CRUSHTRIKE formula and weapon break percentage.
Fixed bugreport:5953 GC_CROSSRIPPERSLASHER range is now (8 + 1 * skill level) cells. Fixed bugreport:5943 SC_GROOMY is now really remove selected mounts. Updated Guillotine cross skills formula base on re-balancing formulas... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16243 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index ab2ea732c..1ee7f966e 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -625,6 +625,8 @@ enum e_pc_permission {
#define pc_isridingwug(sd) ( (sd)->sc.option&OPTION_WUGRIDER )
// Mechanic Magic Gear
#define pc_ismadogear(sd) ( (sd)->sc.option&OPTION_MADOGEAR )
+// Rune Knight Dragon
+#define pc_isridingdragon(sd) ( (sd)->sc.option&OPTION_DRAGON )
#define pc_stop_walking(sd, type) unit_stop_walking(&(sd)->bl, type)
#define pc_stop_attack(sd) unit_stop_attack(&(sd)->bl)