From af1ce69940a9c0b46907402e7d69e6ac9ea96912 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Fri, 2 Mar 2007 23:30:17 +0000 Subject: Implemented being death, removal of dead mobs and sitting. --- src/game-server/testing.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game-server/testing.cpp') diff --git a/src/game-server/testing.cpp b/src/game-server/testing.cpp index 86f47f2..4f269e2 100644 --- a/src/game-server/testing.cpp +++ b/src/game-server/testing.cpp @@ -37,6 +37,7 @@ void testingMap(int id) Being *being = new Controlled(OBJECT_MONSTER); being->setSpeed(150); being->setSize(8); + being->setHitpoints(3); being->setMapId(1); Point pos = { 720, 900 }; being->setPosition(pos); -- cgit