mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Empty Magazine Recycling (#12246)
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Empty magazines can now be recycled in an autolathe."
|
||||
Reference in New Issue
Block a user