Skip to content
Merged
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 fgd/brush/trigger/trigger_portal_cleanser.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
obstructportals(boolean) : "Obstruct Portals" : 1 : "Whether the fizzler will act like a portal bumper, and fizzle portals when enabled."
loopsound(sound) : "Looping Sound" : "VFX.FizzlerLp" : "Sound played continuously while the fizzler is active."
startsound(sound) : "Start Sound" : "VFX.FizzlerStart" : "Sound played when the fizzler turns on."
stopsound(sound) : "Stop Sound" : "VFX.FizzlerStop" : "Sound played when the fizzler turns off."
stopsound(sound) : "Stop Sound" : "VFX.FizzlerDestroy" : "Sound played when the fizzler turns off."

// Inputs
input FizzleTouchingPortals(void) : "Cause any portals in our volume to immediately fizzle."
Expand Down
Loading