Fixes the can of pineapple rings having the same sounds and descriptions as a regular can (#12354)

This commit is contained in:
desven
2021-08-20 01:09:30 -03:00
committed by GitHub
parent d30589e2e2
commit b77b667044
2 changed files with 10 additions and 0 deletions
@@ -43,6 +43,10 @@
icon = 'icons/obj/storage.dmi'
icon_state = "pineapple_rings"
name = "can of pineapple rings"
desc = "An aluminium can with fresh pineapple slices."
use_sound = 'sound/items/pickup/soda.ogg'
drop_sound = 'sound/items/drop/soda.ogg'
pickup_sound = 'sound/items/pickup/wirecutter.ogg'
starts_with = list(/obj/item/reagent_containers/food/snacks/pineapple_ring = 6)
can_hold = list(/obj/item/reagent_containers/food/snacks/pineapple_ring)