From 397b210b4833ae3c03faf9ab0e1d9cd5fed1e7f7 Mon Sep 17 00:00:00 2001 From: Panzer Date: Wed, 7 Jan 2026 15:24:04 -0700 Subject: [PATCH] Add trigger_momentum_disallowcheckpoint --- db/factories/momentum.txt | 1 + fgd/brush/trigger/trigger_momentum_disable_checkpoint.fgd | 5 +++++ fgd/visgroups.cfg | 1 + 3 files changed, 7 insertions(+) create mode 100644 fgd/brush/trigger/trigger_momentum_disable_checkpoint.fgd 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`