Skip to content

Commit 799134f

Browse files
committed
feat: Turret FGD changes
1 parent 9fa9778 commit 799134f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

fgd/point/npc/npc_portal_turret_floor.fgd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
modelindex(choices) : "Model" : 0 : "Which model the turret uses. The skeleton turret is still functional." =
1919
[
2020
0: "Normal"
21-
1: "Custom Model"
21+
1: "Custom Model (old gel skins)"
2222
2: "Box"
2323
3: "Backwards"
2424
4: "Skeleton"
25+
5: "Custom Model (new gel skins)"
2526
]
2627

2728
skinnumber[engine](integer) : "Skin" : 0
@@ -48,7 +49,7 @@
4849
]
4950

5051
model[engine](studio) : "Custom Model" : "models/npcs/turret/turret.mdl"
51-
model(choices) : "Custom Model" : "models/npcs/turret/turret.mdl" : "The model to show as in Hammer, or a custom model to use." =
52+
model(choices) : "Custom Model" : "models/npcs/turret/turret.mdl" : "The model to show as in Hammer, or a custom model to use. You can type/paste in a model path here." =
5253
[
5354
"models/npcs/turret/turret.mdl": "Normal"
5455
"models/npcs/turret/turret_boxed.mdl": "Box"

0 commit comments

Comments
 (0)