From ea459881716720350b4cf1d46912ff442ac9e8dd Mon Sep 17 00:00:00 2001 From: GriffinMan Date: Thu, 26 Sep 2024 15:29:06 -0400 Subject: [PATCH] Changes the Walkman name and description to not straight up be a 200 year old model which would be a little weird even for cassette-punk IMO --- code/game/objects/items/devices/walkman.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/devices/walkman.dm b/code/game/objects/items/devices/walkman.dm index bef8e8f5ff..41535dc9c2 100644 --- a/code/game/objects/items/devices/walkman.dm +++ b/code/game/objects/items/devices/walkman.dm @@ -1,8 +1,8 @@ /obj/item/device/walkman - name = "walkman" - desc = "A cassette player that first hit the market over 200 years ago. Crazy how these never went out of style." + name = "Seegson C-Series Magnetic Tape Recorder" + desc = "A classic-style portable audio recorder used to record or play music and audio tapes. Now when you go EVA you can bring your country jams with you!" icon = 'icons/obj/items/walkman.dmi' icon_state = "walkman" w_class = SIZE_SMALL