Compare commits
4 Commits
ccdce66558
...
f32c64418a
Author | SHA1 | Date | |
---|---|---|---|
f32c64418a | |||
f3de3888d5 | |||
55e09fb9d9 | |||
e2ab974f70 |
@ -4,17 +4,19 @@ steps:
|
||||
pull: true
|
||||
commands:
|
||||
- apt update && apt upgrade -y && apt install -y zip
|
||||
- xargs -a .pk3include -I% find . -wholename ./% | zip zorch_squadron.pk3 -@
|
||||
- xargs -a .pk3include -I% find . -wholename ./% | zip zorch_squadron.${CI_COMMIT_TAG}.pk3 -@
|
||||
when:
|
||||
- event: [tag]
|
||||
- event: tag
|
||||
ref: refs/tags/v*.*.*
|
||||
publish:
|
||||
image: woodpeckerci/plugin-gitea-release
|
||||
when:
|
||||
- event: [tag]
|
||||
- event: tag
|
||||
ref: refs/tags/v*.*.*
|
||||
settings:
|
||||
base_url: https://vcs.otl-hga.net
|
||||
files:
|
||||
- "zorch_squadron.pk3"
|
||||
- "zorch_squadron.*.pk3"
|
||||
prerelease: true
|
||||
target: trunk
|
||||
api_key:
|
||||
|
BIN
maps/xe1m1.wad
BIN
maps/xe1m1.wad
Binary file not shown.
BIN
maps/xe1m2.wad
BIN
maps/xe1m2.wad
Binary file not shown.
@ -40,7 +40,7 @@ class PowerBlastJump : Powerup {
|
||||
override void Tick() {
|
||||
Super.Tick();
|
||||
if (blasting) {
|
||||
ply.AddZ(8);
|
||||
ply.AddZ(12);
|
||||
}
|
||||
}
|
||||
|
||||
@ -57,7 +57,7 @@ class InvBlastBoots : PowerupGiver {
|
||||
+COUNTITEM
|
||||
Tag "$TAG_BLASTBOOTS";
|
||||
Powerup.Type "PowerBlastJump";
|
||||
Powerup.Duration 10; // ten tics should be enough for the engine to go "oh yeah powerup" while still being an instant-effect
|
||||
Powerup.Duration 35;
|
||||
|
||||
Inventory.Icon "NULLA0";
|
||||
Inventory.AltHUDIcon "NULLA0";
|
||||
|
Loading…
Reference in New Issue
Block a user