diff --git a/code/game/objects/effects/contraband.dm b/code/game/objects/effects/contraband.dm index 9eba678e12..260074c5e7 100644 --- a/code/game/objects/effects/contraband.dm +++ b/code/game/objects/effects/contraband.dm @@ -327,7 +327,7 @@ /obj/structure/sign/poster/contraband/c20r // have fun seeing this poster in "spawn 'c20r'", admins... name = "C-20r" - desc = "A poster advertising the Scarborough Arms C-20r." + desc = "A poster advertising the Scarborough Arms 'Cobra' C-20r." icon_state = "poster_cr" /obj/structure/sign/poster/contraband/bulldog @@ -335,6 +335,11 @@ desc = "A poster advertising the Scarborough Arms bulldog shotgun." icon_state = "poster_bulldog" +/obj/structure/sign/poster/contraband/gl + name = "M-90gl" + desc = "A poster advertising the Scarborough Arms M-90gl carbine." + icon_state = "poster_gl" + /obj/structure/sign/poster/contraband/energy_swords name = "Energy Swords" desc = "All the colors of the bloody murder rainbow." diff --git a/icons/obj/contraband.dmi b/icons/obj/contraband.dmi index e21c15d5d5..eadf4a1591 100644 Binary files a/icons/obj/contraband.dmi and b/icons/obj/contraband.dmi differ