mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
tweaks on feedback
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user