mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
* 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.
32 lines
935 B
Plaintext
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"
|