Tactical reloads

This commit is contained in:
KorPhaeron
2015-12-24 05:03:29 -06:00
parent b4a02cea5f
commit f8404eff5f
@@ -37,6 +37,7 @@
if(istype(AM, mag_type))
if(magazine)
user << "<span class='notice'>You perform a tactical reload on \the [src], replacing the magazine.</span>"
user.say(pick("I'M RELOADING!!!", "NEW MAG IN!!!", "CHANGING MAG!!!", "COVER ME! I'M RELOADING!!!", "RELOADING!!!"))
magazine.loc = get_turf(src.loc)
magazine.update_icon()
magazine = null
@@ -48,7 +49,6 @@
chamber_round()
A.update_icon()
update_icon()
user.say(pick("I'M RELOADING!!!", "NEW MAG IN!!!", "CHANGING MAG!!!", "COVER ME! I'M RELOADING!!!", "RELOADING!!!"))
return 1
/obj/item/weapon/gun/projectile/automatic/ui_action_click()