Skip to content

Commit

Permalink
Addressing tweaks from review.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Jan 30, 2025
1 parent 7b50526 commit 9ef38e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/storage/boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@

/obj/item/box/animal_cubes/carp
name = "space carp cube box"
desc = "Drymate brand carp cubes. Allergen information: May contain pike"
desc = "Drymate brand carp cubes. Allergen information: May contain traces of pike."

/obj/item/box/animal_cubes/carp/WillContain()
return list(/obj/item/food/animal_cube/wrapped/carp = 5)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/reagents/chems/chems_compounds.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
lore_text = "A powder used to flavor food and drinks. Unpleasant to eat a full spoonful of."
taste_description = "cinnamon"
color = "#a34b0d"
value = 0.1 //is this the monetary value? if so, should be increased a bit, cinnamon is pretty expensive
value = 0.2
uid = "chem_cinnamon"

/decl/material/liquid/enzyme
Expand Down
2 changes: 1 addition & 1 deletion code/modules/reagents/chems/chems_drinks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@
else if(prop.reagents.has_reagent(/decl/material/liquid/drink/milk/soymilk) && prop.reagents.has_reagent(/decl/material/liquid/drink/syrup/vanilla))
. = "soy London Fog"
else
. = "Earl Grey"
. = "Baron Grey"
. = ..(prop, .)

//green tea
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
growing = TRUE
visible_message(SPAN_NOTICE("\The [src] expands!"))
if(islist(spawn_type))
spawn_type = spawn_type[1]
spawn_type = pickweight(spawn_type)
var/mob/critter = new spawn_type
critter.dropInto(force_loc || loc)
qdel(src)
Expand Down

0 comments on commit 9ef38e3

Please sign in to comment.