Skip to content

Commit

Permalink
Add support for Razor Wire on Prei Khmaoch Luong (#6199)
Browse files Browse the repository at this point in the history
* Add support for Razor Wire on Prei Khmaoch Luong

* line for each model
  • Loading branch information
jonpas authored Mar 18, 2018
1 parent 9fc79a5 commit 3da5427
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion addons/logistics_wirecutter/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@


//find is case sensitive, so keep everything lowercase
#define FENCE_P3DS ["mil_wiredfence_f.p3d","wall_indfnc_3.p3d", "wall_indfnc_9.p3d", "wall_indfnc_corner.p3d", "pletivo_wired.p3d", "wall_fen1_5.p3d", "net_fence_8m_f.p3d"]
#define FENCE_P3DS [\
"mil_wiredfence_f.p3d",\
"wall_indfnc_3.p3d",\
"wall_indfnc_9.p3d",\
"wall_indfnc_corner.p3d",\
"pletivo_wired.p3d",\
"wall_fen1_5.p3d",\
"net_fence_8m_f.p3d",\
"razorwire_f.p3d"\
]

#define SOUND_CLIP_TIME_SPACEING 1.5

0 comments on commit 3da5427

Please sign in to comment.