Gives Universal Suppressors Material Content & Buffs Tech Levels (#32031)

* Update gun_attachments.dm

* Update gun_attachments.dm
This commit is contained in:
CRUNCH
2026-06-02 01:09:26 +01:00
committed by GitHub
parent 1cafd55c03
commit af866389d7
+4 -1
View File
@@ -9,8 +9,11 @@
w_class = WEIGHT_CLASS_SMALL
var/oldsound = null
var/initial_w_class = null
origin_tech = "combat=2;engineering=2"
materials = list(MAT_METAL = 2000, MAT_SILVER = 500)
origin_tech = "combat=5;engineering=4;syndicate=2"
/obj/item/suppressor/specialoffer
name = "cheap suppressor"
desc = "A foreign knock-off suppressor, it feels flimsy, cheap, and brittle. Still fits all weapons."
materials = list(MAT_METAL = 1000, MAT_PLASTIC = 1500) // It's cheap plastic crap.
origin_tech = "combat=2;engineering=2"