Fix so magazines read correctly on the Colt M1911.

Also notice for when the clip falls out.
This commit is contained in:
DJSnapshot
2013-12-21 22:58:24 -08:00
parent 832cdde58d
commit 2f0b5e31f4
3 changed files with 2 additions and 0 deletions
@@ -93,6 +93,7 @@
AM.loc = get_turf(src)
empty_mag = null
update_icon()
AM.update_icon()
user << "\blue You unload magazine from \the [src]!"
else
user << "\red Nothing loaded in \the [src]!"
@@ -89,6 +89,7 @@
if(!loaded.len && empty_mag)
empty_mag.loc = get_turf(src.loc)
empty_mag = null
user << "<span class='notice'>The Magazine falls out and clatters on the floor!</span>"
return