FGD: Update spawnflags for item_radio

This commit is contained in:
cypress 2023-11-25 18:41:29 -05:00
parent 7f70a8703c
commit 845f7b6c31
2 changed files with 8 additions and 0 deletions

View file

@ -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" []

View file

@ -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" []