瀏覽代碼

Voice of Siren duration (fixes #507)
- The minimum duration of Voice of Siren is now 10 seconds

Playtester 8 年之前
父節點
當前提交
f7a276ec73
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/map/status.c

+ 1 - 0
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: