diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
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) |