mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
* Cleanup and expand suppressors Suicide uses suppressed sounds too Fix CL Added the suppressor to the antagonist uplink Fix CL escape characters Fix random list Resolve issues from code review Split the suppressor into its own file * Bayonets and ammo displays now add their weight to their attached weapon * Balloon alerts for weapon mods * Fix lint
9 lines
395 B
Plaintext
9 lines
395 B
Plaintext
/obj/item/suppressor
|
|
name = "suppressor"
|
|
desc = "A suppressor"
|
|
desc_info = "Suppressors can be attached to weapons to reduce their sound. Click on a weapon adjacent to you or in your hand to attach it. Alt-Click the weapon to remove it."
|
|
icon = 'icons/obj/guns/suppressor.dmi'
|
|
icon_state = "suppressor_item"
|
|
origin_tech = list(TECH_MATERIAL = 2, TECH_COMBAT = 3)
|
|
w_class = ITEMSIZE_SMALL
|