diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-26 22:03:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-26 22:03:43 -0300 |
commit | 39a9ea619a6ecd6e9d48fcd2e01ea1038cde9a4b (patch) | |
tree | 41862eef4c9601bb6822ac8371487fa128f51334 /npc/012-1 | |
parent | 2ec4476b88f0d789581395e588fe8d469a773ec7 (diff) | |
download | serverdata-39a9ea619a6ecd6e9d48fcd2e01ea1038cde9a4b.tar.gz serverdata-39a9ea619a6ecd6e9d48fcd2e01ea1038cde9a4b.tar.bz2 serverdata-39a9ea619a6ecd6e9d48fcd2e01ea1038cde9a4b.tar.xz serverdata-39a9ea619a6ecd6e9d48fcd2e01ea1038cde9a4b.zip |
Difficulty is now based on number of previous victories vs defeats
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/guards.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 8b3052edd..e0b4f693d 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -600,7 +600,6 @@ OnInit: // Begin Siege OnMKSiege: - $@SIEGE_HURNS=rand(1,10); OnStartSiege: kamibroadcast(col("WARNING! WARNING! Monster Army marching towards Hurnscald!!",1)); do_siege("012-1", "014-3", "HURNS", TP_HURNS, .name$, .siegetime); |