Skip to content

Commit

Permalink
chore: bump stickybomb_limit absolute min to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
braem authored and Gocnak committed Sep 10, 2022
1 parent 9dccc64 commit c1b0f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fgd/brush/trigger/trigger_stickybomb_limit.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
line(255 255 255, targetname, filtername)
= trigger_stickybomb_limit: "Controls the maximum number of stickybombs the player is able to shoot or have present while inside this area."
[
stickybomb_limit(integer) : "Stickybomb Limit" : 3 : "The maximum number of stickybombs the player is allowed to shoot and have present while in this trigger. Absolute min/max is 2 and 20."
stickybomb_limit(integer) : "Stickybomb Limit" : 3 : "The maximum number of stickybombs the player is allowed to shoot and have present while in this trigger. Absolute min/max is 1 and 20. Defaults to 3 if set outside min/max bounds."
persist(boolean) : "Persist" : 0 : "Whether the set limit persists on exitting the trigger. Set to 0 to reset the players stickybomb count to default on exitting the trigger."

// Inputs
Expand Down

0 comments on commit c1b0f2b

Please sign in to comment.