FGD: Add missing trigger_atroundend definition

This commit is contained in:
MotoLegacy 2024-02-01 15:17:45 -05:00
parent 1b3ce5bcac
commit 5afd890173
2 changed files with 10 additions and 0 deletions

View File

@ -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) =

View File

@ -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) =