Merge pull request #14892 from WanderingFox95/WanderingFox95-GooglyEyes
[Ready] Googly Eyes! (Hydroponics)
This commit is contained in:
@@ -149,6 +149,7 @@
|
||||
endurance = 30
|
||||
maturation = 5
|
||||
yield = 1
|
||||
genes = list(/datum/plant_gene/trait/plant_type/fungal_metabolism, /datum/plant_gene/trait/eyes)
|
||||
growing_icon = 'icons/obj/hydroponics/growing_mushrooms.dmi'
|
||||
mutatelist = list()
|
||||
reagents_add = list(/datum/reagent/consumable/nutriment/vitamin = 0.05, /datum/reagent/consumable/nutriment = 0.15)
|
||||
|
||||
@@ -419,6 +419,15 @@
|
||||
else
|
||||
to_chat(user, "<span class='warning'>You need five lengths of cable to make a [G] battery!</span>")
|
||||
|
||||
/datum/plant_gene/trait/eyes
|
||||
name = "Oculary Mimicry"
|
||||
/// Our googly eyes appearance.
|
||||
var/mutable_appearance/googly
|
||||
|
||||
/datum/plant_gene/trait/eyes/on_new(obj/item/reagent_containers/food/snacks/grown/G, newloc)
|
||||
googly = mutable_appearance('icons/obj/hydroponics/harvest.dmi', "eyes")
|
||||
googly.appearance_flags = RESET_COLOR
|
||||
G.add_overlay(googly)
|
||||
|
||||
/datum/plant_gene/trait/stinging
|
||||
name = "Hypodermic Prickles"
|
||||
|
||||
Reference in New Issue
Block a user