diff options
-rw-r--r-- | npc/034-4/lobby.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/034-4/lobby.txt b/npc/034-4/lobby.txt index 2b88d037f..3af9043f1 100644 --- a/npc/034-4/lobby.txt +++ b/npc/034-4/lobby.txt @@ -82,7 +82,7 @@ OnTimer15000: .luvia = monster(.mp$, 98, 38, "Luvia Gemini", Luvia, 1, "#GeminiShowdown::OnABC"); // Grant her more HP if more players came to attack her - .@hp = getunitdata(.luvia, UDT_MAXHP) + (getmapusers(.mp$) * 10000); + .@hp = getunitdata(.luvia, UDT_MAXHP) + (getmapusers(.mp$) * 12000); setunitdata(.luvia, UDT_MAXHP, .@hp); setunitdata(.luvia, UDT_HP, .@hp); |