tweaks on feedback

This commit is contained in:
Aurorablade
2016-04-30 16:04:56 -04:00
parent 7e405427aa
commit dbc65dc7ec
7 changed files with 33 additions and 6 deletions
+3
View File
@@ -89,17 +89,20 @@
/obj/item/weapon/gun/New()
build_zooming()
..()
/obj/item/weapon/gun/pickup(mob/user)
if(azoom)
azoom.Grant(user)
..()
/obj/item/weapon/gun/dropped(mob/user)
zoom(user,FALSE)
if(azoom)
azoom.Remove(user)
..()
/obj/item/weapon/gun/afterattack(atom/A as mob|obj|turf|area, mob/living/user as mob|obj, flag, params)
if(flag) return //we're placing gun on a table or in backpack