mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 07:12:55 +00:00
55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
// Predefined types for placing on the map.
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/libertycap
|
|
plantname = "libertycap"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosiavulgaris
|
|
plantname = "ambrosia"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/potato
|
|
plantname = "potato"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/tomato
|
|
plantname = "tomato"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/tomato/killer
|
|
plantname = "killertomato"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/carrot
|
|
plantname = "carrot"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/berries
|
|
plantname = "berries"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/banana
|
|
plantname = "banana"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/chili
|
|
plantname = "chili"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/lemon
|
|
plantname = "lemon"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/cherries
|
|
plantname = "cherry"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/orange
|
|
plantname = "orange"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/corn
|
|
plantname = "corn"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/amanita
|
|
plantname = "amanita"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosiadeus
|
|
plantname = "ambrosiadeus"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/aloe
|
|
plantname = "aloe"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/comfrey
|
|
plantname = "comfrey"
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/glowcap
|
|
plantname = "glowcap" |