diff --git a/db/factories/momentum.txt b/db/factories/momentum.txt index 7a7530041..bf79a1bf2 100644 --- a/db/factories/momentum.txt +++ b/db/factories/momentum.txt @@ -338,6 +338,7 @@ trigger_hierarchy trigger_impact trigger_jumppad trigger_look +trigger_momentum_disallowcheckpoint trigger_momentum_limitmovement trigger_momentum_progress trigger_momentum_promptinput diff --git a/fgd/brush/trigger/trigger_momentum_disable_checkpoint.fgd b/fgd/brush/trigger/trigger_momentum_disable_checkpoint.fgd new file mode 100644 index 000000000..4aff16482 --- /dev/null +++ b/fgd/brush/trigger/trigger_momentum_disable_checkpoint.fgd @@ -0,0 +1,5 @@ +@SolidClass base(Trigger) + appliesto(MOMENTUM) += trigger_momentum_disallowcheckpoint : "Trigger that prevents the player from using checkpoints inside the volume." + [ + ] diff --git a/fgd/visgroups.cfg b/fgd/visgroups.cfg index 5b536ca98..e5fb7391c 100644 --- a/fgd/visgroups.cfg +++ b/fgd/visgroups.cfg @@ -232,6 +232,7 @@ * `trigger_togglesave` * `trigger_tonemap` * `trigger_userinput` + * `trigger_momentum_disallowcheckpoint` * `trigger_momentum_progress` * `trigger_momentum_teleport` * `trigger_momentum_promptinput`