Skip to content

Commit

Permalink
feat: repurpose vehicle spawnflag for mom_explosive filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
braem authored and Gocnak committed Jul 11, 2022
1 parent 01de09b commit 4a71236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fgd/bases/TriggerOnce.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
4: "func_pushable" : 0
8: "Physics Objects" : 0
16: "Only player ally NPCs" : 0 [+USE_AI]
32: "Only clients in vehicles" : 0 [+USE_VEHICLES]
32: "Only explosives" : 0 [+MOMENTUM]
32: "Only clients in vehicles" : 0 [-MOMENTUM, +USE_VEHICLES]
64: "Everything (not including physics debris)" : 0
512: "Only clients *not* in vehicles" : 0 [+USE_VEHICLES]
1024: "Physics debris" : 0
Expand Down

0 comments on commit 4a71236

Please sign in to comment.