Compare commits

..

No commits in common. "f32c64418a5edfa5008fc7fdbd6d5e0bcac8bdf8" and "ccdce665583253fd51397dcd9b3932ce818516bc" have entirely different histories.

4 changed files with 6 additions and 8 deletions

View File

@ -4,19 +4,17 @@ steps:
pull: true pull: true
commands: commands:
- apt update && apt upgrade -y && apt install -y zip - apt update && apt upgrade -y && apt install -y zip
- xargs -a .pk3include -I% find . -wholename ./% | zip zorch_squadron.${CI_COMMIT_TAG}.pk3 -@ - xargs -a .pk3include -I% find . -wholename ./% | zip zorch_squadron.pk3 -@
when: when:
- event: tag - event: [tag]
ref: refs/tags/v*.*.*
publish: publish:
image: woodpeckerci/plugin-gitea-release image: woodpeckerci/plugin-gitea-release
when: when:
- event: tag - event: [tag]
ref: refs/tags/v*.*.*
settings: settings:
base_url: https://vcs.otl-hga.net base_url: https://vcs.otl-hga.net
files: files:
- "zorch_squadron.*.pk3" - "zorch_squadron.pk3"
prerelease: true prerelease: true
target: trunk target: trunk
api_key: api_key:

Binary file not shown.

Binary file not shown.

View File

@ -40,7 +40,7 @@ class PowerBlastJump : Powerup {
override void Tick() { override void Tick() {
Super.Tick(); Super.Tick();
if (blasting) { if (blasting) {
ply.AddZ(12); ply.AddZ(8);
} }
} }
@ -57,7 +57,7 @@ class InvBlastBoots : PowerupGiver {
+COUNTITEM +COUNTITEM
Tag "$TAG_BLASTBOOTS"; Tag "$TAG_BLASTBOOTS";
Powerup.Type "PowerBlastJump"; Powerup.Type "PowerBlastJump";
Powerup.Duration 35; Powerup.Duration 10; // ten tics should be enough for the engine to go "oh yeah powerup" while still being an instant-effect
Inventory.Icon "NULLA0"; Inventory.Icon "NULLA0";
Inventory.AltHUDIcon "NULLA0"; Inventory.AltHUDIcon "NULLA0";