Space ships are not made of butter

This commit is contained in:
stevenhowes
2021-03-22 22:47:39 +00:00
parent eb2a4def6a
commit 5669084da9
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -495,7 +495,7 @@ void game_respawn_npc(int id)
NPCS[id].sprite = durno_ship2; NPCS[id].sprite = durno_ship2;
NPCS[id].velocity.X = (rand() % 3) + 2; NPCS[id].velocity.X = (rand() % 3) + 2;
NPCS[id].velocity.Y = (rand() % 2) + 3; 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.X = 0;
NPCS[id].hitbox_bl.Y = 0; NPCS[id].hitbox_bl.Y = 0;
NPCS[id].hitbox_tr.X = 38; NPCS[id].hitbox_tr.X = 38;