diff options
Diffstat (limited to 'src/game-server/spawnarea.cpp')
-rw-r--r-- | src/game-server/spawnarea.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game-server/spawnarea.cpp b/src/game-server/spawnarea.cpp index 47a98493..0f2ff595 100644 --- a/src/game-server/spawnarea.cpp +++ b/src/game-server/spawnarea.cpp @@ -70,12 +70,6 @@ SpawnArea::update() Being *being = new Monster(mSpecy); being->addDeathListener(this); - // some bogus stats for testing - being->setSpeed(300); - being->setSize(8); - being->setAttribute(BASE_ATTR_VITALITY, 10); - being->fillHitpoints(); - being->setMap(map); being->setPosition(position); being->clearDestination(); |