Skip to content

Commit

Permalink
Merge pull request #814 from lmenvs/coconut-gun-sound
Browse files Browse the repository at this point in the history
changes coconut gun sound
  • Loading branch information
dwasint authored Dec 30, 2023
2 parents a015096 + fa7b9c3 commit c6fb4b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkestation/code/modules/hydroponics/grown/coconut.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

icon = 'monkestation/icons/obj/hydroponics/fruit.dmi'
icon_state = "coconut_gun"

can_charge = FALSE
automatic_charge_overlays = FALSE
single_shot_type_overlay = FALSE
Expand All @@ -39,6 +38,7 @@
/obj/item/ammo_casing/energy/laser/coconut
projectile_type = /obj/projectile/beam/disabler/coconut
harmful = FALSE
fire_sound = 'monkestation/sound/effects/bonk.ogg'
e_cost = 120

/obj/projectile/beam/disabler/coconut
Expand Down
Binary file added monkestation/sound/effects/bonk.ogg
Binary file not shown.

0 comments on commit c6fb4b2

Please sign in to comment.