Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion db/factories/momentum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions fgd/point/momentum/momentum_powerup_airjump.fgd
Original file line number Diff line number Diff line change
@@ -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."
]
7 changes: 0 additions & 7 deletions fgd/point/momentum/momentum_powerup_doublejump.fgd

This file was deleted.

2 changes: 1 addition & 1 deletion fgd/visgroups.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
Loading