mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Adds INTJ skillchip (#79902)
## About The Pull Request Adds a new skillchip, it lets you taste food by examining it.  This has all of the effects of tasting food (various moodlets based on quality and food type) and can also trigger food allergies if you have them, however it does not consume the food nor give you any nutritional benefit. You can buy it from a vendor or sometimes it spawns in maintenance. ## Why It's Good For The Game The players are constantly clamouring for more additions to our most loved and useful feature, skill chips. <details>  </details> ## Changelog 🆑 add: A new skill chip can be found in maintenance or purchased from the vendor, allowing you to experience food in new and exciting ways. add: Abductors also have access to this incredible power, simply using their genius level brains. /🆑
This commit is contained in:
@@ -498,4 +498,13 @@
|
||||
activate_message = span_notice("You feel the knowledge and passion of several sunbaked, seasoned fishermen burn within you.")
|
||||
deactivate_message = span_notice("You no longer feel like casting a fishing rod by the sunny riverside.")
|
||||
|
||||
/obj/item/skillchip/intj
|
||||
name = "Integrated Intuitive Thinking and Judging skillchip"
|
||||
auto_traits = list(TRAIT_REMOTE_TASTING)
|
||||
skill_name = "Mental Flavour Calculus"
|
||||
skill_description = "When examining food, you can experience the flavours just as well as if you were eating it."
|
||||
skill_icon = FA_ICON_DRUMSTICK_BITE
|
||||
activate_message = span_notice("You think of your favourite food and realise that you can rotate its flavour in your mind.")
|
||||
deactivate_message = span_notice("You feel your food-based mind palace crumbling...")
|
||||
|
||||
#undef SKILLCHIP_CATEGORY_GENERAL
|
||||
|
||||
Reference in New Issue
Block a user