Merge pull request #13287 from Citadel-Station-13/revert-13122-haha

Reverts load delays because it's still a problem and by god am I just done at this point
This commit is contained in:
BlackMajor
2020-09-06 18:01:09 +12:00
committed by GitHub
3 changed files with 0 additions and 12 deletions
@@ -53,8 +53,6 @@
..()
if (istype(A, /obj/item/ammo_box/magazine))
var/obj/item/ammo_box/magazine/AM = A
if(AM.load_delay && !do_after(user, AM.load_delay, target = src))
return FALSE
if (!magazine && istype(AM, mag_type))
if(user.transferItemToLoc(AM, src))
magazine = AM