summaryrefslogtreecommitdiff
path: root/src/map/skill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/skill.cpp')
-rw-r--r--src/map/skill.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.cpp b/src/map/skill.cpp
index 3fdd45d..5c8ba09 100644
--- a/src/map/skill.cpp
+++ b/src/map/skill.cpp
@@ -842,6 +842,7 @@ void skill_status_change_timer(TimerData *tid, tick_t tick, int id, StatusChange
{
if (bl->bl_type == BL::PC)
{
+ // TODO boundscheck this
hp = 3 + hp * 3 / 200;
pc_heal(bl->is_player(), -hp, 0);
}