mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Add Variety of Food secondary goal, small tweaks. (#25173)
* Add Variety of Food secondary goal, small tweaks. * oops * Apply suggestions from code review Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * No slasher movies, please. * No prions for CC, please. * Update code/modules/station_goals/secondary/botany/kudzu_goal.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: Charlie Nolan <funnyman3595@gmail.com> * Update code/modules/station_goals/secondary/kitchen/variety_food.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: Charlie Nolan <funnyman3595@gmail.com> * Update variety_food.dm --------- Signed-off-by: Charlie Nolan <funnyman3595@gmail.com> Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com> Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
co-authored by
GDN
DGamerL
Henri215
FunnyMan3595
parent
a57169eb2e
commit
da0843e96d
@@ -163,7 +163,7 @@
|
||||
drink_name = "Glass of Mojito"
|
||||
drink_desc = "Fresh from Spesscuba."
|
||||
taste_description = "mojito"
|
||||
goal_difficulty = REAGENT_GOAL_EASY
|
||||
goal_difficulty = REAGENT_GOAL_NORMAL
|
||||
|
||||
/datum/reagent/consumable/ethanol/vodka
|
||||
name = "Vodka"
|
||||
@@ -776,7 +776,7 @@
|
||||
drink_name = "Demons Blood"
|
||||
drink_desc = "Just looking at this thing makes the hair at the back of your neck stand up."
|
||||
taste_description = "<span class='warning'>evil</span>"
|
||||
goal_difficulty = REAGENT_GOAL_EASY
|
||||
goal_difficulty = REAGENT_GOAL_HARD
|
||||
|
||||
/datum/reagent/consumable/ethanol/vodkatonic
|
||||
name = "Vodka and Tonic"
|
||||
@@ -1529,7 +1529,7 @@
|
||||
drink_desc = "A sawed-off cola bottle filled with Fernet Cola. You can hear cuarteto music coming from the inside."
|
||||
taste_description = "low class heaven"
|
||||
remove_nutrition = 1
|
||||
goal_difficulty = REAGENT_GOAL_EASY
|
||||
goal_difficulty = REAGENT_GOAL_EXCESSIVE
|
||||
|
||||
/datum/reagent/consumable/ethanol/gimlet
|
||||
name = "Gimlet"
|
||||
@@ -1553,7 +1553,7 @@
|
||||
drink_name = "Sidecar"
|
||||
drink_desc = "You can smell the citrus from here!"
|
||||
taste_description = "smooth cognac and tart citrus"
|
||||
goal_difficulty = REAGENT_GOAL_HARD
|
||||
goal_difficulty = REAGENT_GOAL_EASY
|
||||
|
||||
/datum/reagent/consumable/ethanol/whiskey_sour
|
||||
name = "Whiskey Sour"
|
||||
@@ -1577,7 +1577,7 @@
|
||||
drink_name = "Mint Julep"
|
||||
drink_desc = "A dainty glass of whiskey and mint on the rocks. Perfect for summer!"
|
||||
taste_description = "sweet and cooling mint"
|
||||
goal_difficulty = REAGENT_GOAL_EASY
|
||||
goal_difficulty = REAGENT_GOAL_NORMAL
|
||||
|
||||
/datum/reagent/consumable/ethanol/pina_colada
|
||||
name = "Pina Colada"
|
||||
|
||||
@@ -453,7 +453,7 @@
|
||||
taste_description = "WAAAAGH"
|
||||
var/bonus_damage = 2
|
||||
goal_department = "Science"
|
||||
goal_difficulty = REAGENT_GOAL_HARD
|
||||
goal_difficulty = REAGENT_GOAL_EXCESSIVE
|
||||
|
||||
/datum/reagent/bath_salts/on_mob_add(mob/living/L)
|
||||
if(ishuman(L))
|
||||
|
||||
Reference in New Issue
Block a user