home · contact · privacy
Removed scoring.
[plomrogue] / src / server / map_object_actions.c
index a30809b33336dbea3695bd3d471f796cb111df7f..c3ffaf1e287b71580ec3e55effca07ec01a78d10 100644 (file)
@@ -137,10 +137,6 @@ static void actor_hits_actor(struct MapObj * hitter, struct MapObj * hitted)
             return;
         }
         update_log(" It dies.");
-        if (player == hitter)
-        {
-            world.score = world.score + mod_hitted->lifepoints;
-        }
     }
 }