summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/pc.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 11cd864..2c423e2 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -36,6 +36,9 @@
#define PVP_CALCRANK_INTERVAL 1000 // PVP���ʌv�Z�̊Ԋu
+//define it here, since the ifdef only occurs in this file
+#define USE_ASTRAL_SOUL_SKILL
+
#define STATE_BLIND 0x10
#ifdef USE_ASTRAL_SOUL_SKILL
@@ -4177,7 +4180,7 @@ int pc_setpos (struct map_session_data *sd, char *mapname_org, int x, int y,
sd->to_x = x;
sd->to_y = y;
- // moved and changed dance effect stopping
+ // moved and changed dance effect stopping
sd->bl.x = x;
sd->bl.y = y;
@@ -5751,7 +5754,7 @@ int pc_resetstate (struct map_session_data *sd)
// New statpoint table used here - Dexity
sd->status.status_point = atoi (statp[sd->status.base_level - 1]);
-// End addition
+// End addition
// Removed by Dexity - old count
// add += sumsp(sd->status.str);
@@ -9042,7 +9045,7 @@ int pc_logout (struct map_session_data *sd) // [fate] Player logs out
if (sd->sc_data[SC_POISON].timer != -1)
sd->status.hp = 1; // Logging out while poisoned -> bad
- /*
+ /*
* Trying to rapidly sign out/in or switch characters to avoid a spell's
* cast time is also bad. [remoitnane]
*/