Files
Aurora.3/code/modules/projectiles/suppressor.dm
Fluffy a3a4d46fa7 Hitby refactor (#19624)
Refactored hitby to be in line with TG's version.
Refactored item weight defines to a more clear naming scheme, also in
line with TG's version.
Refactored how the movement bumps are handled, ported signals to handle
them, in preparation for the movement update.
Fixed disposal hit bouncing the hitting atom on the wall.
Items do not push other items anymore if they are tiny.
2024-07-28 20:52:08 +00:00

9 lines
399 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 = WEIGHT_CLASS_SMALL