mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
FIXES RUNTIME CAUSING GUNS WITHOUT A MAGAZINE INSERTED TO NOT FIRE (#75407)
Caused by #75058 🆑 ShizCalev fix: Guns without magazines inserted can now fire again! /🆑
This commit is contained in:
@@ -402,7 +402,7 @@
|
||||
if (sawn_off)
|
||||
bonus_spread += SAWN_OFF_ACC_PENALTY
|
||||
|
||||
if(!chambered.is_cased_ammo)
|
||||
if(magazine && !chambered.is_cased_ammo)
|
||||
magazine.stored_ammo -= chambered
|
||||
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user