diff --git a/monkestation/code/modules/hydroponics/grown/coconut.dm b/monkestation/code/modules/hydroponics/grown/coconut.dm index 33e879952ced..b999f5dafe6b 100644 --- a/monkestation/code/modules/hydroponics/grown/coconut.dm +++ b/monkestation/code/modules/hydroponics/grown/coconut.dm @@ -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 @@ -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 diff --git a/monkestation/sound/effects/bonk.ogg b/monkestation/sound/effects/bonk.ogg new file mode 100644 index 000000000000..2db51f5f6037 Binary files /dev/null and b/monkestation/sound/effects/bonk.ogg differ