mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-22 20:56:33 +01:00
Fixes/tweaks from testing bonfires and cooking.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
slot_flags = SLOT_HOLSTER
|
||||
drop_sound = 'sound/items/drop/herb.ogg'
|
||||
pickup_sound = 'sound/items/pickup/herb.ogg'
|
||||
drying_wetness = 20
|
||||
drying_wetness = 45
|
||||
|
||||
var/plantname
|
||||
var/datum/seed/seed
|
||||
@@ -40,7 +40,7 @@
|
||||
name = "[seed.seed_name]"
|
||||
trash = seed.get_trash_type()
|
||||
backyard_grilling_product = seed.backyard_grilling_product
|
||||
backyard_grilling_threshold = seed.backyard_grilling_threshold
|
||||
backyard_grilling_rawness = seed.backyard_grilling_rawness
|
||||
backyard_grilling_announcement = seed.backyard_grilling_announcement
|
||||
|
||||
update_icon()
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
var/force_layer
|
||||
|
||||
// Backyard grilling vars. Not passed through genetics.
|
||||
var/backyard_grilling_threshold = 5
|
||||
var/backyard_grilling_rawness = 20
|
||||
var/backyard_grilling_product = /obj/item/reagent_containers/food/snacks/badrecipe
|
||||
var/backyard_grilling_announcement = "smokes and chars!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user