diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 725e668b33a1..858d8acb02c6 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -698,7 +698,7 @@ /obj/item/toy/plush/moth/rainbow name = "rainbow moth plushie" - desc = "An adorable mothperson plushy. It's a colorfull bug!" + desc = "An adorable mothperson plushy. It's a colorful bug!" icon_state = "moffplush_rainbow" /obj/item/toy/plush/moth/suicide_act(mob/living/user) diff --git a/code/modules/projectiles/guns/ballistic/toy.dm b/code/modules/projectiles/guns/ballistic/toy.dm index d8da787ba67f..269baa7c83bf 100644 --- a/code/modules/projectiles/guns/ballistic/toy.dm +++ b/code/modules/projectiles/guns/ballistic/toy.dm @@ -85,9 +85,10 @@ /obj/item/gun/ballistic/automatic/smg/c20r/toy //This is the syndicate variant with syndicate firing pin and riot darts. name = "donksoft SMG" desc = "A bullpup two-round burst toy SMG, designated 'C-20r'. Ages 8 and up." - can_suppress = TRUE + can_suppress = FALSE item_flags = NONE mag_type = /obj/item/ammo_box/magazine/toy/smgm45/riot + fire_sound = 'sound/items/syringeproj.ogg' casing_ejector = FALSE clumsy_check = FALSE