mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
Fixes minigun autofire wonkiness (#31616)
This commit is contained in:
@@ -139,6 +139,9 @@
|
||||
SHOULD_CALL_PARENT(FALSE)
|
||||
if(ammo_pack)
|
||||
ammo_pack.attach_gun(user)
|
||||
var/datum/component/automatic_fire/autofire = GetComponent(/datum/component/automatic_fire)
|
||||
autofire.stop_autofiring()
|
||||
autofire.autofire_off()
|
||||
else
|
||||
qdel(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user