diff --git a/code/game/objects/effects/decals/posters/bs12.dm b/code/game/objects/effects/decals/posters/bs12.dm index 80c52a362a4..e01dd47f313 100644 --- a/code/game/objects/effects/decals/posters/bs12.dm +++ b/code/game/objects/effects/decals/posters/bs12.dm @@ -1,4 +1,4 @@ -// baystation12 posters +// aurora station posters /datum/poster/bay_1 icon_state="bsposter1" name = "Unlucky Space Explorer" @@ -286,5 +286,45 @@ /datum/poster/bay_58 icon_state="bsposter58" - name = "space carp information poster" - desc = "This poster showcases an old spacer saying on the dangers of migrant space carp." \ No newline at end of file + name = "space bear information poster" + desc = "This poster displays a picture of a legendary space bear." + +/datum/poster/bay_59 + icon_state = "bsposter59" + name = "ATLAS poster" + desc = "ATLAS: For all of Humanity." + +/datum/poster/bay_60 + icon_state = "bsposter60" + name = "N.S.S. Aurora" + desc = "This poster is a picture of the old, now defunct, N.S.S. Aurora. Commissioned in 2454 and decommissioned in the early days of 2458." + +/datum/poster/bay_61 + icon_state = "bsposter61" + name = "Xenobiology Safety Protocols" + desc = "This posters warms the crew about the dangers of xenobiology outbreaks." + +/datum/poster/bay_62 + icon_state = "bsposter62" + name = "Xenobiology Division" + desc = "This one depicts a green skrell research director doing autopsy on an alien lifeform." + +/datum/poster/bay_63 + icon_state = "bsposter63" + name = "Suit Sensors" + desc = "This particular one depicts a female doctor tending to an injured crewmember. It says; \"Remember to enable your suit sensors!\"." + +/datum/poster/bay_64 + icon_state = "bsposter64" + name = "Maintenance Drones" + desc = "This particular one depicts a maintenance drone. It reminders the crew to don't disturb them when they are doing repairs." + +/datum/poster/bay_65 + icon_state = "bsposter65" + name = "Importance of Plasma" + desc = "A corporate morale poster showing three forms of plasma. Teaching the very basics of this really important substance." + +/datum/poster/bay_66 + icon_state = "bsposter66" + name = "BFG 9000" + desc = "A picture of a big freakin' gun." diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 4120b9b232d..faae9240827 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -256,11 +256,6 @@ All custom items with worn sprites must follow the contained sprite system: http /obj/item/weapon/contraband/poster/fluff/conservan_poster/New() serial_number = 59 -/datum/poster/bay_59 - name = "ATLAS poster" - desc = "ATLAS: For all of Humanity." - icon_state = "bposter59" - /obj/item/weapon/flame/lighter/zippo/fluff/locke_zippo // Fire Extinguisher Zippo - Jacob Locke - completegarbage - DONE name = "fire extinguisher lighter" diff --git a/html/changelogs/alberyk-PR-1093.yml b/html/changelogs/alberyk-PR-1093.yml new file mode 100644 index 00000000000..45f97dc717d --- /dev/null +++ b/html/changelogs/alberyk-PR-1093.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - rscadd: "Added new poster designs." diff --git a/icons/obj/contraband.dmi b/icons/obj/contraband.dmi index f757b40819f..f2639130d99 100644 Binary files a/icons/obj/contraband.dmi and b/icons/obj/contraband.dmi differ