Skip to content

Commit

Permalink
trigger_transition doesn't inherit from base trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
vrad-exe committed Sep 10, 2023
1 parent 4d3ae95 commit bd7ad91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fgd/brush/trigger/trigger_transition.fgd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@SolidClass
base(Trigger, Origin)
base(BaseEntityBrush, Origin)
= trigger_transition: "A volume that's used to control which entities go through the level transition. " +
"Create one or more trigger_transitions and give them the same name as the changelevel landmark. " +
"Any entities within the trigger_transition(s) will go to the next map. " +
Expand Down

0 comments on commit bd7ad91

Please sign in to comment.