mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-04-24 09:01:26 +01:00
* let's fuckin go * aps cleanup * one word * attachments file * license nonsense * almost forgor * error fix * second fix * please free me from this hell * AHHHHHHHHHHHHHHH * please just end already * please * for fuck's sake * just work already you little shit * FUCK * the suffering does not end * there can't be many more * license * rollback 1 * rollback 2 * license move * Update code/modules/projectiles/ammunition/magazines.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * contra change * rollback * contra change 2.0 * Update README.md Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update code/modules/projectiles/guns/projectile/automatic.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update code/modules/projectiles/guns/syringe_gun.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * more contra changes * whoops * daedalus * few more * Update code/modules/projectiles/guns/projectile/automatic.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * more contra edits * Update code/modules/projectiles/guns/projectile/sniper.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * that was annoying * Update code/modules/projectiles/ammunition/magazines.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> --------- Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
18 lines
582 B
Plaintext
18 lines
582 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"
|
|
item_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."
|