summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/status.c20
1 files changed, 19 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 3c13404e2..595bccee1 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -6025,7 +6025,12 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val
sc->opt3 |= 0x80;
opt_flag = 0;
break;
- //0x100, 0x200 missing?
+ //0x100 missing?
+// TODO:
+// case SC_MOONLIT:
+// sc->opt3 |= 0x200;
+// opt_flag = 0;
+// break;
case SC_MARIONETTE:
case SC_MARIONETTE2:
sc->opt3 |= 0x400;
@@ -6043,6 +6048,19 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val
sc->opt3 |= 0x2000;
opt_flag = 0;
break;
+ case SC_BUNSINJYUTSU:
+ sc->opt3 |= 0x4000;
+ opt_flag = 0;
+ break;
+ case SC_SPIRIT:
+ sc->opt3 |= 0x8000;
+ opt_flag = 0;
+ break;
+// TODO:
+// case SC_BIOLABAURA:
+// sc->opt3 |= 0x10000;
+// opt_flag = 0;
+// break;
//OPTION
case SC_HIDING:
sc->option |= OPTION_HIDE;