diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:23:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:23:59 -0300 |
commit | fd752dd036188051403c768a69f50492b1792f1e (patch) | |
tree | 0944d55d34732beed103af1f92bfb5d0543adbe7 | |
parent | 837c3949f9db4d456649939d32f71e1ca4aa821b (diff) | |
download | serverdata-fd752dd036188051403c768a69f50492b1792f1e.tar.gz serverdata-fd752dd036188051403c768a69f50492b1792f1e.tar.bz2 serverdata-fd752dd036188051403c768a69f50492b1792f1e.tar.xz serverdata-fd752dd036188051403c768a69f50492b1792f1e.zip |
"Rapidly" is "rapidly", not "kinda rapidly"
-rw-r--r-- | npc/functions/dungeon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/dungeon.txt b/npc/functions/dungeon.txt index b7f9461bd..aaeaeb2d0 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -67,7 +67,7 @@ OnCurse: // MP is below 1%, you'll get start losing HP rapidly if (Sp*100 < MaxSp) - percentheal -7, 0; + percentheal -10, 0; // New tick (cycles every 15 seconds in average) addtimer2 rand2(14000, 15000), .name$+"::OnCurse"; |