Skip to content

Commit 1309c5e

Browse files
authored
Add more props to the blacklist (#36)
add more props to blacklist and also fix an offset on one prop
1 parent fa97171 commit 1309c5e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

addons/sourcemod/configs/prophunt/props.cfg

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,26 @@
249249
"model" "models/props_spytech/corkboard01.mdl"
250250
"blacklist" "1"
251251
}
252+
"props_farm/junction_box"
253+
{
254+
"model" "models/props_farm/junction_box.mdl"
255+
"blacklist" "1"
256+
}
257+
"props_farm/gutter_pipe_end"
258+
{
259+
"model" "models/props_farm/gutter_pipe_end.mdl"
260+
"blacklist" "1"
261+
}
262+
"props_spytech/vent002"
263+
{
264+
"model" "models/props_spytech/vent002.mdl"
265+
"blacklist" "1"
266+
}
267+
"props_gameplay/sign_wood_cap001"
268+
{
269+
"model" "models/props_gameplay/sign_wood_cap001.mdl"
270+
"offset" "0 0 50"
271+
}
252272

253273
// Match by regular expression
254274
"weapon_pattern"

0 commit comments

Comments
 (0)