Skip to content

Commit

Permalink
FGD: Update spawnflags for item_radio
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed Nov 25, 2023
1 parent 7f70a87 commit 845f7b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/maps/fgd/hl-nzp.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,10 @@
[
tune(string) : "tune"
length(integer) : "length"
spawnflags(Flags) =
[
1 : "Play Once" : 0
]
]

@PointClass size(-8 -8 -8, 8 8 8) base(Item) color(141 85 29) studio("models/props/teddy.mdl") = teddy_spawn : "Teddy spawn location" []
Expand Down
4 changes: 4 additions & 0 deletions source/maps/fgd/tb-nzp.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,10 @@
[
tune(string) : "tune"
length(integer) : "length"
spawnflags(Flags) =
[
1 : "Play Once" : 0
]
]

@PointClass size(-8 -8 -8, 8 8 8) base(Item) color(141 85 29) model("models/props/teddy.mdl") = teddy_spawn : "Teddy spawn location" []
Expand Down

0 comments on commit 845f7b6

Please sign in to comment.