Skip to content

Commit 1c92a49

Browse files
committed
Add info_changesky
1 parent f148220 commit 1c92a49

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

source/maps/fgd/hl-nzp.fgd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,12 @@
317317
currentammo(integer) : "Starting Reserve Ammunition" : 0
318318
]
319319

320+
@PointClass = info_changesky : "info_changesky (change skybpx)"
321+
[
322+
targetname(target_source) : "Name"
323+
name(string) : "Skybox to change to"
324+
]
325+
320326
@PointClass = info_null : "info_null (spotlight target)"
321327
[
322328
targetname(target_source) : "Name"

source/maps/fgd/tb-nzp.fgd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,12 @@
317317
currentammo(integer) : "Starting Reserve Ammunition" : 0
318318
]
319319

320+
@PointClass = info_changesky : "info_changesky (change skybpx)"
321+
[
322+
targetname(target_source) : "Name"
323+
name(string) : "Skybox to change to"
324+
]
325+
320326
@PointClass = info_null : "info_null (spotlight target)"
321327
[
322328
targetname(target_source) : "Name"

0 commit comments

Comments
 (0)