From 7aa1d813dbad02ca1fd61850abf10793d7b18f9a Mon Sep 17 00:00:00 2001 From: Panzer Date: Wed, 5 Aug 2026 08:18:33 -0600 Subject: [PATCH] Rename doublejump to airjump --- db/factories/momentum.txt | 2 +- fgd/point/momentum/momentum_powerup_airjump.fgd | 7 +++++++ fgd/point/momentum/momentum_powerup_doublejump.fgd | 7 ------- fgd/visgroups.cfg | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 fgd/point/momentum/momentum_powerup_airjump.fgd delete mode 100644 fgd/point/momentum/momentum_powerup_doublejump.fgd diff --git a/db/factories/momentum.txt b/db/factories/momentum.txt index 1a56cd999..2c30bbb8c 100644 --- a/db/factories/momentum.txt +++ b/db/factories/momentum.txt @@ -230,8 +230,8 @@ momentary_door momentary_rot_button momentum_df_weaponspawner momentum_generic_bomb +momentum_powerup_airjump momentum_powerup_damageboost -momentum_powerup_doublejump momentum_powerup_flight momentum_powerup_haste mom_replay_playback diff --git a/fgd/point/momentum/momentum_powerup_airjump.fgd b/fgd/point/momentum/momentum_powerup_airjump.fgd new file mode 100644 index 000000000..107421552 --- /dev/null +++ b/fgd/point/momentum/momentum_powerup_airjump.fgd @@ -0,0 +1,7 @@ +@PointClass base(MomentumPickup) + appliesto(MOMENTUM) + size(-43 -43 -36, 43 43 66) += momentum_powerup_airjump : "Air Jump Powerup" + [ + SingleUse(boolean) : "Single Use" : 1 : "When enabled, the air jump does not refresh on landing and the powerup is removed as soon as the player air jumps." + ] diff --git a/fgd/point/momentum/momentum_powerup_doublejump.fgd b/fgd/point/momentum/momentum_powerup_doublejump.fgd deleted file mode 100644 index 5b2496844..000000000 --- a/fgd/point/momentum/momentum_powerup_doublejump.fgd +++ /dev/null @@ -1,7 +0,0 @@ -@PointClass base(MomentumPickup) - appliesto(MOMENTUM) - size(-43 -43 -36, 43 43 66) -= momentum_powerup_doublejump : "Double Jump Powerup" - [ - SingleUse(boolean) : "Single Use" : 1 : "When enabled, the double jump does not refresh on landing and the powerup is removed as soon as the player double jumps." - ] diff --git a/fgd/visgroups.cfg b/fgd/visgroups.cfg index c07c9c2b7..8381d8e37 100644 --- a/fgd/visgroups.cfg +++ b/fgd/visgroups.cfg @@ -858,7 +858,7 @@ * `momentum_powerup_flight` * `momentum_powerup_haste` * `momentum_powerup_damageboost` - * `momentum_powerup_doublejump` + * `momentum_powerup_airjump` - World Details - Func Detail (`func_detail`)