mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[MIRROR] Chefs can now kiss food they make to make it with love. (And a lot of cooking refactoring) [MDB IGNORE] (#17334)
* Chefs can now kiss food they make to make it with love. (And a lot of cooking refactoring) * update from master and fix conflicts Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
co-authored by
MrMelbert
Tom
parent
470ea238cb
commit
9e9b09d90b
@@ -468,4 +468,13 @@
|
||||
user.adjustOrganLoss(ORGAN_SLOT_BRAIN, 20)
|
||||
. = ..()
|
||||
|
||||
/obj/item/skillchip/chefs_kiss
|
||||
name = "K1SS skillchip"
|
||||
auto_traits = list(TRAIT_CHEF_KISS)
|
||||
skill_name = "Chef's Kiss"
|
||||
skill_description = "Allows you to kiss food you've created to make them with love."
|
||||
skill_icon = "cookie"
|
||||
activate_message = span_notice("You recall learning from your grandmother how they baked their cookies with love.")
|
||||
deactivate_message = span_notice("You forget all memories imparted upon you by your grandmother. Were they even your real grandma?")
|
||||
|
||||
#undef SKILLCHIP_CATEGORY_GENERAL
|
||||
|
||||
Reference in New Issue
Block a user