From 5669084da9d6cfb676c19007658c6cf8aa5a75a0 Mon Sep 17 00:00:00 2001 From: stevenhowes <38082088+stevenhowes@users.noreply.github.com> Date: Mon, 22 Mar 2021 22:47:39 +0000 Subject: [PATCH] Space ships are not made of butter --- !RunImage,ff8 | Bin 14784 -> 14784 bytes c/CTheEscape | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/!RunImage,ff8 b/!RunImage,ff8 index 0a86b97da522add9b45ad8c7d8a0fe564a4e89ec..e663ed79fa9e8a413cdc5e0ecc1fe51cc645b96f 100644 GIT binary patch delta 15 WcmX?5e4u!Pf-sXe|7IoOd1?SMQ3X-} delta 15 WcmX?5e4u!Pf-sXD!)7Jnd1?SKyag5j 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;