diff options
-rw-r--r-- | npc/functions/hub.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 09224d858..02b122e15 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -136,6 +136,7 @@ function script HUB_Logout { // TODO: It could be @jail, but it is buggy .@sentence = ((REBIRTH*0) + BaseLevel)**2; atcommand("@jailfor "+.@sentence+"mn "+strcharinfo(0)); + ##HARDCORE_JAILTIME=1; } // Vanished on Cindy Cave } else if (.@mapa$ == "021-4" && strcharinfo(0) == $@CINDY_HERO$) { |