mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Big Bastard Incidental Sound Port
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
desc = "Nutritious! Probably."
|
||||
flags = NOCONDUCT
|
||||
slot_flags = SLOT_HOLSTER
|
||||
drop_sound = 'sound/items/drop/herb.ogg'
|
||||
|
||||
var/plantname
|
||||
var/datum/seed/seed
|
||||
@@ -361,6 +362,7 @@ var/list/fruit_icon_cache = list()
|
||||
|
||||
name = "[S.seed_name] slice"
|
||||
desc = "A slice of \a [S.seed_name]. Tasty, probably."
|
||||
drop_sound = 'sound/items/drop/herb.ogg'
|
||||
|
||||
var/rind_colour = S.get_trait(TRAIT_PRODUCT_COLOUR)
|
||||
var/flesh_colour = S.get_trait(TRAIT_FLESH_COLOUR)
|
||||
|
||||
Reference in New Issue
Block a user