summaryrefslogtreecommitdiff
path: root/npc/011-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/011-3')
-rw-r--r--npc/011-3/flood.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/011-3/flood.txt b/npc/011-3/flood.txt
index 68046922a..9e3ca3749 100644
--- a/npc/011-3/flood.txt
+++ b/npc/011-3/flood.txt
@@ -56,7 +56,10 @@ OnSkipFlood:
.@odds+=35;
// Bugfix
- .@odds=0;
+ if ($@GM_OVERRIDE)
+ .@odds=100;
+ else
+ .@odds=0;
debugmes "[Flood] Analysis with %d odds to flood", .@odds;