1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 21:59:49 -05:00

Claymore: remove first raise anim from weapon file

This commit is contained in:
Jbleezy 2023-12-14 20:02:06 -08:00
parent 0cba498468
commit f3b1ac3b84
2 changed files with 1 additions and 1 deletions

View File

@ -151,5 +151,4 @@ claymore_setup()
self set_player_placeable_mine( "claymore_zm" ); self set_player_placeable_mine( "claymore_zm" );
self setactionslot( 4, "weapon", "claymore_zm" ); self setactionslot( 4, "weapon", "claymore_zm" );
self setweaponammostock( "claymore_zm", 2 ); self setweaponammostock( "claymore_zm", 2 );
self seteverhadweaponall( 1 );
} }

1
weapons/zm/claymore_zm Normal file

File diff suppressed because one or more lines are too long