mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Spelling, grammar, and Britishism fixes for food and drink (#30664)
* Spelling, grammar, and Britishism fixes * Update code/modules/food_and_drinks/food/condiment.dm Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Signed-off-by: AmityBlamity <142629851+AmityBlamity@users.noreply.github.com> * Update code/modules/food_and_drinks/food/customizables.dm Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Signed-off-by: AmityBlamity <142629851+AmityBlamity@users.noreply.github.com> * Update code/modules/reagents/chemistry/reagents/food_reagents.dm Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Signed-off-by: AmityBlamity <142629851+AmityBlamity@users.noreply.github.com> --------- Signed-off-by: AmityBlamity <142629851+AmityBlamity@users.noreply.github.com> Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
/datum/reagent/consumable/condensedcapsaicin
|
||||
name = "Condensed Capsaicin"
|
||||
id = "condensedcapsaicin"
|
||||
description = "This shit goes in pepperspray."
|
||||
description = "This shit goes in pepper spray."
|
||||
reagent_state = LIQUID
|
||||
color = "#B31008" // rgb: 179, 16, 8
|
||||
taste_description = "<span class='userdanger'>PURE FIRE</span>"
|
||||
@@ -236,7 +236,7 @@
|
||||
/datum/reagent/consumable/frostoil
|
||||
name = "Frost Oil"
|
||||
id = "frostoil"
|
||||
description = "A special oil that noticably chills the body. Extraced from Icepeppers."
|
||||
description = "A special oil that noticeably chills the body. Extracted from chilly peppers."
|
||||
reagent_state = LIQUID
|
||||
color = "#8BA6E9" // rgb: 139, 166, 233
|
||||
process_flags = ORGANIC | SYNTHETIC
|
||||
|
||||
Reference in New Issue
Block a user