Files
e9d2322565 Makes material costs use sheets amount define (#19584)
* Material defines

* Move these

* Food sytnhetizer

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2026-07-09 18:24:13 -04:00

19 lines
587 B
Plaintext

/obj/item/magnetic_ammo
name = "flechette magazine"
desc = "A magazine containing steel flechettes."
icon = 'icons/obj/ammo.dmi'
icon_state = "caseless-mag"
w_class = ITEMSIZE_SMALL
matter = list(MAT_STEEL = MATERIAL_COST(0.9))
var/remaining = 9
preserve_item = 1
/obj/item/magnetic_ammo/examine(mob/user)
. = ..()
. += "There [(remaining == 1)? "is" : "are"] [remaining] flechette\s left!"
/obj/item/magnetic_ammo/pistol
name = "flechette magazine (small)"
desc = "A magazine containing smaller steel flechettes, intended for a pistol."
icon_state = "caseless-mag-short"