diff --git a/!RunImage,ff8 b/!RunImage,ff8 index 0a86b97..e663ed7 100644 Binary files a/!RunImage,ff8 and b/!RunImage,ff8 differ diff --git a/c/CTheEscape b/c/CTheEscape index baeb5e7..0646e35 100644 --- a/c/CTheEscape +++ b/c/CTheEscape @@ -495,7 +495,7 @@ void game_respawn_npc(int id) NPCS[id].sprite = durno_ship2; NPCS[id].velocity.X = (rand() % 3) + 2; NPCS[id].velocity.Y = (rand() % 2) + 3; - NPCS[id].health = 30; + NPCS[id].health = 300; NPCS[id].hitbox_bl.X = 0; NPCS[id].hitbox_bl.Y = 0; NPCS[id].hitbox_tr.X = 38;