mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-03 14:12:29 +00:00
* compiles checkpoint * fix some * updatepaths * fix * rrr * linters * fiexs * icon fixes * plasmemes * fix * fix * fix bit more * fix * well * cleanup * fix glasses layer * conflict * fuck gun code * fixes * fix * fixes to energy guns * review * conflict * support that 1 unathi pixel * fix
17 lines
555 B
Plaintext
17 lines
555 B
Plaintext
//Put all your tacticool gun gadgets here. So far it's pretty empty
|
|
|
|
|
|
/obj/item/suppressor
|
|
name = "universal suppressor"
|
|
desc = "A universal syndicate small-arms suppressor for maximum espionage."
|
|
icon = 'icons/tgmc/objects/attachments.dmi'
|
|
icon_state = "suppressor"
|
|
w_class = WEIGHT_CLASS_SMALL
|
|
var/oldsound = null
|
|
var/initial_w_class = null
|
|
origin_tech = "combat=2;engineering=2"
|
|
|
|
/obj/item/suppressor/specialoffer
|
|
name = "cheap suppressor"
|
|
desc = "A foreign knock-off suppressor, it feels flimsy, cheap, and brittle. Still fits all weapons."
|