Skip to content

Commit

Permalink
Update fof jetpacks
Browse files Browse the repository at this point in the history
  • Loading branch information
CrimsonTautology committed Apr 14, 2015
1 parent 65bf5e6 commit 4d59f80
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions addons/sourcemod/configs/jetpacks.fof.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
"Jetpacks"
{
"Jetpack"
"Jetpack Default"
{
"name" "Default"
"particle" "burninggibs"
"particle_precache_required" "0"
"particle" "steam_train"
"particle_precache_required" "1"
"particle_download_required" "0"
"sound" "vehicles/airboat/fan_blade_fullthrottle_loop1.wav"
"sound" "ambient/gas/steam_loop1.wav"
"sound_download_required" "0"
}

"Jetpack Default"
{
"name" "Default2"
"particle" "steam2"
"particle_precache_required" "1"
"particle_download_required" "0"
"sound" "ambient/gas/steam_loop1.wav"
"sound_download_required" "0"
}


}

0 comments on commit 4d59f80

Please sign in to comment.