diff options
-rw-r--r-- | npc/006-7/ctrl.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/006-7/ctrl.txt b/npc/006-7/ctrl.txt index 892253b92..22f81858b 100644 --- a/npc/006-7/ctrl.txt +++ b/npc/006-7/ctrl.txt @@ -96,6 +96,10 @@ OnRw: close; // Fail-safe Mechanism (will never happen) +OnTimer60000: + consolebug("Warning! final fail-safe mechanism triggered to Icicle."); + initnpctimer; + end; OnTimer25000: OnTimer15000: consolewarn("Warning, fail-safe mechanism triggered to Icicle."); |