diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 82c3584..d378f47 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -2398,6 +2398,9 @@ int pc_bonus(struct map_session_data *sd,int type,int val) sd->unbreakable += val; } break; + case SP_DEAF: + sd->special_state.deaf = 1; + break; default: if(battle_config.error_log) printf("pc_bonus: unknown type %d %d !\n",type,val); |