home · contact · privacy
Improved comments.
[plomrogue] / src / map_object_actions.c
index bc6e4730715f12cb9c5fdd9ec5bf06243fac7bea..c0d43e76ba5501d2ee87486d8e2eb40c8d474db1 100644 (file)
@@ -21,8 +21,9 @@ static void monster_bumps_monster(struct World * world, char * dsc_monster1,
  */
 static void monster_hits_player(struct World * world, char * dsc_monster);
 
-/* Decrement HP of "monster" hit by player, kill it if its HP hit zero; log the
- * whole action.
+/* Decrement HP of "monster" hit by player, kill it if its HP hit zero, create a
+ * corpse and increment player's score by the amount of hitpoints the monster
+ * started with; log the whole action.
  */
 static void player_hits_monster(struct World * world, struct Monster * monster);