Fixes Shit.

This commit is contained in:
lolman360
2020-08-18 14:28:57 +10:00
parent f02d2080bc
commit 6f21b23a87
2 changed files with 11 additions and 3 deletions
@@ -53,6 +53,10 @@
..()
if (istype(A, /obj/item/ammo_box/magazine))
var/obj/item/ammo_box/magazine/AM = A
if(AM.load_delay)
if(do_after(user, AM.load_delay, target = src))
else
return FALSE
if (!magazine && istype(AM, mag_type))
if(user.transferItemToLoc(AM, src))
magazine = AM