Files
Aurora.3/code/modules/hydroponics/grown_predefined.dm
Werner af16a489a6 Removes Weapons (#7415)
* Adds icon and hitsound where needed.

* Moves alt_attack to /obj/item and deletes weapons.dm

* Replaced /obj/item/weapon with /obj/item

* Fixes merge issues.

* Fix merge issues.
2019-11-16 18:36:13 +01:00

32 lines
935 B
Plaintext

// Predefined types for placing on the map.
/obj/item/reagent_containers/food/snacks/grown/mushroom
plantname = "amanita"
/obj/item/reagent_containers/food/snacks/grown/mushroom/libertycap
plantname = "libertycap"
/obj/item/reagent_containers/food/snacks/grown/mushroom/glowshroom
plantname = "glowshroom"
/obj/item/reagent_containers/food/snacks/grown/mushroom/reishi
plantname = "reishi"
/obj/item/reagent_containers/food/snacks/grown/mushroom/destroyingangel
plantname = "destroyingangel"
/obj/item/reagent_containers/food/snacks/grown/mushroom/ghostmushroom
plantname = "ghostmushroom"
/obj/item/reagent_containers/food/snacks/grown/ambrosiavulgaris
plantname = "ambrosia"
/obj/item/reagent_containers/food/snacks/grown/ambrosiadeus
plantname = "ambrosiadeus"
/obj/item/reagent_containers/food/snacks/grown/kois
plantname = "koisspore"
/obj/item/reagent_containers/food/snacks/grown/banana
plantname = "banana"