From 2d199250a2b9223760b51c4b7fffb55dd6b952ea Mon Sep 17 00:00:00 2001 From: Paxilmaniac Date: Mon, 28 Oct 2024 20:53:08 -0500 Subject: [PATCH] byeah --- .../fantasystation_content/crafting/fermenting_barrel.dm | 2 +- code/modules/fantasystation_content/crafting/floors.dm | 2 +- .../fantasystation_content/crafting/tools_weapons.dm | 6 +++--- .../map_generator_and_areas/areas.dm | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/fantasystation_content/crafting/fermenting_barrel.dm b/code/modules/fantasystation_content/crafting/fermenting_barrel.dm index 7a255cdc5e24e..1a355fdedf83e 100644 --- a/code/modules/fantasystation_content/crafting/fermenting_barrel.dm +++ b/code/modules/fantasystation_content/crafting/fermenting_barrel.dm @@ -23,7 +23,7 @@ /// The sound of fermentation var/datum/looping_sound/boiling/soundloop /// Sound played when the lid is opened. - var/lid_open_sound = 'sound/items/handling/cardboardbox_pickup.ogg' + var/lid_open_sound = 'sound/items/handling/cardboard_box/cardboardbox_pickup.ogg' /// Sound played when the lid is closed. var/lid_close_sound = 'sound/effects/footstep/woodclaw2.ogg' /// How much volume should the vessel have inside it diff --git a/code/modules/fantasystation_content/crafting/floors.dm b/code/modules/fantasystation_content/crafting/floors.dm index ccab3a6d36f65..de7c6ba0c628e 100644 --- a/code/modules/fantasystation_content/crafting/floors.dm +++ b/code/modules/fantasystation_content/crafting/floors.dm @@ -29,7 +29,7 @@ if(object.tool_behaviour == TOOL_KNIFE) if(!do_after(user, 3 SECONDS, src)) return - playsound(src, 'sound/items/poster_ripped.ogg', 50, TRUE) + playsound(src, 'sound/items/weapons/bladeslice.ogg', 50, TRUE) new torn_up_result(src) src.ScrapeAway(flags = CHANGETURF_INHERIT_AIR) else diff --git a/code/modules/fantasystation_content/crafting/tools_weapons.dm b/code/modules/fantasystation_content/crafting/tools_weapons.dm index 61db7c784febc..633de7c5c1b6c 100644 --- a/code/modules/fantasystation_content/crafting/tools_weapons.dm +++ b/code/modules/fantasystation_content/crafting/tools_weapons.dm @@ -19,7 +19,7 @@ embed_type = /datum/embed_data/spear attack_verb_continuous = list("attacks", "pokes", "jabs", "tears", "lacerates", "gores") attack_verb_simple = list("attack", "poke", "jab", "tear", "lacerate", "gore") - hitsound = 'sound/weapons/bladeslice.ogg' + hitsound = 'sound/items/weapons/bladeslice.ogg' sharpness = SHARP_EDGED wound_bonus = -15 bare_wound_bonus = 10 @@ -85,7 +85,7 @@ embed_type = /datum/embed_data/hatchet attack_verb_continuous = list("chops", "tears", "lacerates", "cuts") attack_verb_simple = list("chop", "tear", "lacerate", "cut") - hitsound = 'sound/weapons/bladeslice.ogg' + hitsound = 'sound/items/weapons/bladeslice.ogg' slot_flags = ITEM_SLOT_BELT | ITEM_SLOT_BACK /obj/item/fantasy_axe/Initialize(mapload) @@ -131,7 +131,7 @@ sharpness = SHARP_EDGED tool_behaviour = TOOL_KNIFE toolspeed = 1.75 - hitsound = 'sound/weapons/bladeslice.ogg' + hitsound = 'sound/items/weapons/bladeslice.ogg' attack_verb_continuous = list("slashes", "stabs", "slices", "tears", "lacerates", "rips", "dices", "cuts") attack_verb_simple = list("slash", "stab", "slice", "tear", "lacerate", "rip", "dice", "cut") slot_flags = ITEM_SLOT_BELT diff --git a/code/modules/fantasystation_map_generation/map_generator_and_areas/areas.dm b/code/modules/fantasystation_map_generation/map_generator_and_areas/areas.dm index 76ea1ba72a530..5e5999cb5c9f3 100644 --- a/code/modules/fantasystation_map_generation/map_generator_and_areas/areas.dm +++ b/code/modules/fantasystation_map_generation/map_generator_and_areas/areas.dm @@ -31,7 +31,7 @@ name = "Underground" icon_state = "explored" ambience_index = AMBIENCE_MINING - ambient_buzz = 'sound/ambience/magma.ogg' + ambient_buzz = 'sound/ambience/lavaland/magma.ogg' min_ambience_cooldown = 70 SECONDS max_ambience_cooldown = 220 SECONDS