Skip to content

Commit f4da56d

Browse files
committed
rebalance monsters
1 parent d7384c1 commit f4da56d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/things/monst/mantisman.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static bool tp_mantisman_on_attacking(Gamep g, Levelsp v, Levelp l, Thingp me, T
120120
tp_flag_set(tp, is_submergible); // is seen submerged when in water
121121
tp_flag_set(tp, is_tickable);
122122
tp_flag_set(tp, is_vision_180_degrees);
123-
tp_health_set(tp, "2d6");
123+
tp_health_set(tp, "2d4");
124124
tp_is_immune_add(tp, THING_EVENT_WATER_DAMAGE);
125125
tp_monst_group_add(tp, MONST_GROUP1);
126126
tp_name_a_or_an_set(tp, "a mantisman");

0 commit comments

Comments
 (0)