Skip to content

Commit

Permalink
Voice of Siren duration (fixes #507)
Browse files Browse the repository at this point in the history
- The minimum duration of Voice of Siren is now 10 seconds
  • Loading branch information
Playtester committed Aug 4, 2016
1 parent 4e137d3 commit f7a276e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/map/status.c
Expand Up @@ -7812,6 +7812,7 @@ int status_get_sc_def(struct block_list *src, struct block_list *bl, enum sc_typ
break;
case SC_BURNING:
case SC_STASIS:
case SC_VOICEOFSIREN:
tick = max(tick, 10000); // Minimum duration 10s
break;
default:
Expand Down

0 comments on commit f7a276e

Please sign in to comment.