From f7a276ec7389389b6b56653ad87b21eb937aace6 Mon Sep 17 00:00:00 2001 From: Playtester Date: Thu, 4 Aug 2016 19:09:05 +0200 Subject: [PATCH] Voice of Siren duration (fixes #507) - The minimum duration of Voice of Siren is now 10 seconds --- src/map/status.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/status.c b/src/map/status.c index de2e272235..3b6cf047f9 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -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: