mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Added a holographic ammo display, that provides the number of bullets left as a number next to the sprite.
Added the HAD to the devices and tools uplink, as well as to cargo under Zavodskoi.
Fixes a bug with gunshot residue when certain gloves are worn.
7 lines
349 B
Plaintext
7 lines
349 B
Plaintext
/obj/item/ammo_display
|
|
name = "holographic ammo display"
|
|
desc = "A device that can be attached to most firearms, providing a holographic display of the remaining ammunition to the user."
|
|
icon = 'icons/obj/weapons.dmi'
|
|
icon_state = "ammo_display"
|
|
origin_tech = list(TECH_BLUESPACE = 3, TECH_MATERIAL = 4, TECH_DATA = 4)
|
|
w_class = ITEMSIZE_SMALL |