diff --git a/code/game/objects/effects/contraband.dm b/code/game/objects/effects/contraband.dm index c3c1b728..dc160b4a 100644 --- a/code/game/objects/effects/contraband.dm +++ b/code/game/objects/effects/contraband.dm @@ -424,9 +424,9 @@ desc = "A poster glorifying the station's security force." icon_state = "poster1_legit" -/obj/structure/sign/poster/official/nanotrasen_logo - name = "Kinaris Logo" - desc = "A poster depicting the Kinaris.Co logo, an enemy of GATO." +/obj/structure/sign/poster/official/gato_logo + name = "GATO Logo" + desc = "A poster of our glorious GATO Corp!" icon_state = "poster2_legit" /obj/structure/sign/poster/official/cleanliness @@ -611,6 +611,12 @@ desc = "A vandalized 'NO ERP' poster, now the words 'NO FAT' are written onto it. " icon_state = "no_fat" +/obj/structure/sign/poster/official/libraryposter + name = "Motivational Poster" + desc = "A poster motivating you in reading books, reading this is already giving you a headache." + icon_state = "libraryposter" + + #undef PLACE_SPEED diff --git a/icons/obj/contraband.dmi b/icons/obj/contraband.dmi index df7a8586..4fa8c251 100644 Binary files a/icons/obj/contraband.dmi and b/icons/obj/contraband.dmi differ