Voice of Siren duration (fixes #507)

- The minimum duration of Voice of Siren is now 10 seconds
This commit is contained in:
Playtester 2016-08-04 19:09:05 +02:00
parent 4e137d3047
commit f7a276ec73

View File

@ -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: