Fix bundle

This commit is contained in:
Xhuis
2016-03-26 15:15:31 -04:00
parent 92fdc4d76d
commit cc62b89baf
14 changed files with 74 additions and 35 deletions
@@ -66,9 +66,8 @@
max_ammo = 6
/obj/item/ammo_box/magazine/internal/cylinder/rev38/can_load(mob/user)
user << "<span class='notice'>You start reloading \the [src]...</span>"
if(!do_after(user, 30))
user << "<span class='danger'>You didn't manage to reload \the [src]!</span>"
user << "<span class='notice'>You start reloading...</span>"
if(!do_after(user, 30, target = user))
return 0
return 1