Prevent base type citrus in chef fridge. (#31170)

* Prevent base type citrus in chef fridge.

* ... And make sure limes pass linters.
This commit is contained in:
Alan
2025-12-02 18:57:40 +00:00
committed by GitHub
parent dbd2101d34
commit b967268c90
2 changed files with 3 additions and 1 deletions
@@ -513,6 +513,7 @@
/obj/item/food/grown/mushroom/fungus,
/obj/item/food/grown/mushroom,
/obj/item/food/grown/ash_flora,
/obj/item/food/grown/citrus
)
var/list/output = list()
for(var/I in 1 to 3)
+2 -1
View File
@@ -2,7 +2,7 @@
/obj/item/food/grown/citrus
seed = /obj/item/seeds/lime
name = "citrus"
desc = "It's so sour, your face will twist."
desc = ABSTRACT_TYPE_DESC
icon_state = "lime"
bitesize_mod = 2
wine_power = 0.3
@@ -26,6 +26,7 @@
/obj/item/food/grown/citrus/lime
name = "lime"
desc = "It's so sour, your face will twist."
filling_color = "#00FF00"
tastes = list("lime" = 1)