Skip to content

Commit

Permalink
Merge pull request #10 from LocalInsomniac/dev
Browse files Browse the repository at this point in the history
1.0-ALPHA-RC4
  • Loading branch information
LocalInsomniac authored May 16, 2023
2 parents 9c61dc6 + f1c0460 commit 7d0f436
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Binary file modified sprites/enemies/imp/NIMPL0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/enemies/imp/NIMPM0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/enemies/imp/NIMPN0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/enemies/imp/NIMPO0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/enemies/imp/NIMPP0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/weapons/grenade/NGRGA0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/weapons/grenade/NGRGB0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/weapons/grenade/NGRGF0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/weapons/grenade/NGRIA0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/weapons/grenade/NGRIB0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion zscript/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class NTMAi : EventHandler {
p.pendingWeapon = grn;
}
} else {
pmo.A_Log("No grenades left");
pmo.A_Log("No grenades left", true);
}
}
}
Expand Down

0 comments on commit 7d0f436

Please sign in to comment.