mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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,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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user