Skip to content

Commit

Permalink
un video más mi gente para anunciarles que pare
Browse files Browse the repository at this point in the history
n esos memes por favor paren esos memes WAZAAAAAAAAAAAAA
  • Loading branch information
MosleyTheMalO committed Oct 25, 2024
1 parent 1a95bb4 commit b159b93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modular_zzplurt/code/modules/admin/player_panel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ GLOBAL_LIST_INIT(pp_limbs, list(
if (!L)
continue
L.dismember()
playsound(H, 'sound/effects/cartoon_pop.ogg', 70)
playsound(H, 'sound/effects/cartoon_sfx/cartoon_pop.ogg', 70)
else
H.regenerate_limb(limb)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
should_draw_greyscale = FALSE

unarmed_attack_verbs = list("slash", "scratch", "claw")
unarmed_attack_sound = 'sound/weapons/slash.ogg'
unarmed_miss_sound = 'sound/weapons/slashmiss.ogg'
unarmed_attack_sound = 'sound/items/weapons/slash.ogg'
unarmed_miss_sound = 'sound/items/weapons/slashmiss.ogg'

/obj/item/bodypart/arm/right/arachnid
limb_id = SPECIES_ARACHNID
Expand All @@ -19,8 +19,8 @@
should_draw_greyscale = FALSE

unarmed_attack_verbs = list("slash", "scratch", "claw")
unarmed_attack_sound = 'sound/weapons/slash.ogg'
unarmed_miss_sound = 'sound/weapons/slashmiss.ogg'
unarmed_attack_sound = 'sound/items/weapons/slash.ogg'
unarmed_miss_sound = 'sound/items/weapons/slashmiss.ogg'

/obj/item/bodypart/leg/left/arachnid
limb_id = SPECIES_ARACHNID
Expand Down

0 comments on commit b159b93

Please sign in to comment.