1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Diner: add buildable tarp

This commit is contained in:
Jbleezy
2022-01-12 21:04:17 -08:00
parent 4925b3f520
commit 1204e2d53a
2 changed files with 11 additions and 3 deletions

View File

@ -245,7 +245,7 @@ wallbuy( weapon_name, target, targetname, origin, angles )
unitrigger_stub.hint_parm2 = melee_weapon.cost;
}
if (weapon_name == "tazer_knuckles_zm")
if(weapon_name == "tazer_knuckles_zm")
{
unitrigger_stub.origin += anglesToForward(angles) * -7;
unitrigger_stub.origin += anglesToRight(angles) * -2;