Advertisement
Guest User

Untitled

a guest
Aug 9th, 2017
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. Hooks:PostHook( WeaponTweakData, "init", "TrenchModInit", function(self)
  2. if not SystemFS:exists("mods/DMCWO/mod.txt") and not SystemFS:exists("mods/sc/mod.txt") and not SystemFS:exists("mods/Seamlink Gameplay Overhaul/mod.txt") then
  3. if self.trench then
  4.     self.trench.AMMO_PICKUP = deep_clone(self.m37.AMMO_PICKUP)
  5. end
  6. end
  7. self.trench.tact_reload = 1
  8. end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement