Wait about 2s before despawning killed mobs.

This gives them enough time to play their death animations before
they disappear.
This commit is contained in:
2020-09-22 00:21:43 +02:00
parent a768a4f539
commit 12fbdc9621
3 changed files with 21 additions and 10 deletions

View File

@@ -184,7 +184,7 @@ void NanoManager::addNano(CNSocket* sock, int16_t nanoId, int16_t slot) {
resp.Nano.iStamina = 150;
resp.iQuestItemSlotNum = slot;
resp.iPC_Level = level;
resp.iPC_FusionMatter = plr->fusionmatter; // will decrese in actual nano missions
resp.iPC_FusionMatter = plr->fusionmatter; // will decrease in actual nano missions
// Update player
plr->Nanos[nanoId] = resp.Nano;