mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Update _box_magazine.dm
This commit is contained in:
@@ -85,7 +85,8 @@
|
||||
var/obj/item/ammo_box/AM = A
|
||||
for(var/obj/item/ammo_casing/AC in AM.stored_ammo)
|
||||
if(load_delay)
|
||||
if(!do_after(user, load_delay, target = src))
|
||||
if(do_after(user, load_delay, target = src))
|
||||
else
|
||||
return FALSE
|
||||
var/did_load = give_round(AC, replace_spent)
|
||||
if(did_load)
|
||||
|
||||
Reference in New Issue
Block a user