mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
[MIRROR] hopefully fixes buckshots only shooting one projectile (#8227)
* hopefully fixes buckshots only shooting one projectile (#61464) * hopefully fixes buckshots only shooting one projectile Co-authored-by: Seris02 <49109742+Seris02@users.noreply.github.com>
This commit is contained in:
@@ -66,8 +66,9 @@
|
||||
if(!direct_target)
|
||||
var/modifiers = params2list(params)
|
||||
loaded_projectile.preparePixelProjectile(target, user, modifiers, spread)
|
||||
loaded_projectile.fire(null, direct_target)
|
||||
var/obj/projectile/loaded_projectile_cache = loaded_projectile
|
||||
loaded_projectile = null
|
||||
loaded_projectile_cache.fire(null, direct_target)
|
||||
return TRUE
|
||||
|
||||
/obj/item/ammo_casing/proc/spread(turf/target, turf/current, distro)
|
||||
|
||||
Reference in New Issue
Block a user