diff --git a/_maps/map_files/Mining/Lavaland_Lower.dmm b/_maps/map_files/Mining/Lavaland_Lower.dmm index 43919dba..c3d94f68 100644 --- a/_maps/map_files/Mining/Lavaland_Lower.dmm +++ b/_maps/map_files/Mining/Lavaland_Lower.dmm @@ -6312,9 +6312,9 @@ /obj/effect/turf_decal/tile/brown{ dir = 1 }, -/obj/item/toy/plush/bird/Kenk{ +/obj/item/toy/plush/bird/kenk{ desc = "A dusty old charred plushie of a strange-looking Kenku in a yellow jumpsuit and a brown collar which you can almost make out something on. How long has this been here?"; - name = "Charred Kenk plushie"; + name = "charred Kenk plushie"; pixel_x = 6; pixel_y = 5 }, diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 67268e13..1237645d 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -771,7 +771,7 @@ /obj/item/toy/plush/bird/kenk name = "kenku plushie" - desc = "An adorable stuffed plushie that resembles a Kenku, perfect to sit on." + desc = "An adorable stuffed plushie that resembles a kenku, perfect to sit on." icon_state = "kenk" item_state = "kenk" squeak_override = list('modular_citadel/sound/voice/merp.ogg' = 1)