From b2d77a6cfa349e37db96539714c389b4d354770d Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Sat, 4 Apr 2020 15:33:13 -0400 Subject: [PATCH] Correct bizarre soda poster fuck-up (#50355) Corrects the name of the star-kist poster to actually use the name of the in-game soda. Technically we shouldn't be advertising a real life soda brand in our spaceman videogame, we should be advertising the bootleg one instead. --- _maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm | 2 +- code/game/objects/effects/contraband.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm b/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm index 01d2deee2b2..9293681a9c4 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm @@ -1432,7 +1432,7 @@ /area/ruin/powered/beach) "Ut" = ( /obj/effect/turf_decal/sand, -/obj/structure/sign/poster/contraband/sun_kist{ +/obj/structure/sign/poster/contraband/starkist{ pixel_y = 32 }, /turf/open/floor/plating/beach/sand, diff --git a/code/game/objects/effects/contraband.dm b/code/game/objects/effects/contraband.dm index 04811e40a08..2b65ca08cd4 100644 --- a/code/game/objects/effects/contraband.dm +++ b/code/game/objects/effects/contraband.dm @@ -386,8 +386,8 @@ desc = "The POWER that gamers CRAVE! In partnership with Vlad's Salad." icon_state = "poster39" -/obj/structure/sign/poster/contraband/sun_kist - name = "Sun-kist" +/obj/structure/sign/poster/contraband/starkist + name = "Star-kist" desc = "Drink the stars!" icon_state = "poster40"