diff --git a/ArcCW.jpg b/ArcCW.jpg new file mode 100644 index 00000000..213c25d8 Binary files /dev/null and b/ArcCW.jpg differ diff --git a/lua/weapons/arccw_base/sh_attach.lua b/lua/weapons/arccw_base/sh_attach.lua index dc017884..a94ed5cf 100644 --- a/lua/weapons/arccw_base/sh_attach.lua +++ b/lua/weapons/arccw_base/sh_attach.lua @@ -1557,7 +1557,7 @@ function SWEP:AddSubSlot(i, attname) self.Attachments[index] = slot self.Attachments[index].Bone = og_slot.Bone self.Attachments[index].WMBone = og_slot.WMBone - self.Attachments[index].ExtraSightDist = self.Attachments[index].ExtraSightDist or og_slot.ExtraSightDist + self.Attachments[index].ExtraSightDist = 0--self.Attachments[index].ExtraSightDist or og_slot.ExtraSightDist self.Attachments[index].CorrectivePos = og_slot.CorrectivePos self.Attachments[index].CorrectiveAng = og_slot.CorrectiveAng og_slot.SubAtts[ind] = index