mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-21 19:41:29 +00:00
FGD: Add missing trigger_atroundend definition
This commit is contained in:
parent
1b3ce5bcac
commit
5afd890173
2 changed files with 10 additions and 0 deletions
|
@ -1380,6 +1380,11 @@
|
||||||
message(string) : "Ambient Sound"
|
message(string) : "Ambient Sound"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@PointClass base(Targetname) = trigger_atroundend : "Trigger at End of Round"
|
||||||
|
[
|
||||||
|
health(integer) : "Round to Activate on" : 0
|
||||||
|
]
|
||||||
|
|
||||||
@PointClass base(Targetname, Soundplaying) = ambient_bgm : "Back Ground Music"
|
@PointClass base(Targetname, Soundplaying) = ambient_bgm : "Back Ground Music"
|
||||||
[
|
[
|
||||||
spawnflags(flags) =
|
spawnflags(flags) =
|
||||||
|
|
|
@ -1380,6 +1380,11 @@
|
||||||
message(string) : "Ambient Sound"
|
message(string) : "Ambient Sound"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@PointClass base(Targetname) = trigger_atroundend : "Trigger at End of Round"
|
||||||
|
[
|
||||||
|
health(integer) : "Round to Activate on" : 0
|
||||||
|
]
|
||||||
|
|
||||||
@PointClass base(Targetname, Soundplaying) = ambient_bgm : "Back Ground Music"
|
@PointClass base(Targetname, Soundplaying) = ambient_bgm : "Back Ground Music"
|
||||||
[
|
[
|
||||||
spawnflags(flags) =
|
spawnflags(flags) =
|
||||||
|
|
Loading…
Reference in a new issue