Empty Magazine Recycling (#12246)

This commit is contained in:
Geeves
2021-08-05 13:02:16 -03:00
committed by GitHub
parent be6fc44fe3
commit 23b1bc9c3c
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -166,6 +166,10 @@
new_state = ammo_states[idx]
break
icon_state = (new_state)? new_state : initial(icon_state)
if(!length(stored_ammo))
recyclable = TRUE
else
recyclable = FALSE
/obj/item/ammo_magazine/examine(mob/user)
..()