mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Adds user to pump call to fix a bug (#28461)
This commit is contained in:
@@ -357,7 +357,7 @@
|
||||
|
||||
/obj/item/gun/projectile/shotgun/automatic/dual_tube/attack_self__legacy__attackchain(mob/living/user)
|
||||
if(!chambered && length(magazine.contents))
|
||||
pump()
|
||||
pump(user)
|
||||
else
|
||||
toggle_tube(user)
|
||||
|
||||
@@ -376,6 +376,6 @@
|
||||
/obj/item/gun/projectile/shotgun/automatic/dual_tube/AltClick(mob/living/user)
|
||||
if(user.incapacitated() || !Adjacent(user) || !istype(user))
|
||||
return
|
||||
pump()
|
||||
pump(user)
|
||||
|
||||
// DOUBLE BARRELED SHOTGUN, IMPROVISED SHOTGUN, and CANE SHOTGUN are in revolver.dm
|
||||
|
||||
Reference in New Issue
Block a user