/* New menu found in changeling_evolutiontree.dm // READ: Don't use the apostrophe in name or desc. Causes script errors. //Ling power's evolution menu entry datum should be contained alongside the mob proc for the actual power, in their own file. // Modularchangling, totally stolen from the new player panel. YAYY /datum/changeling/proc/EvolutionMenu()//The new one set name = "-Evolution Menu-" set category = "Changeling" set desc = "Adapt yourself carefully." if(!usr || !usr.mind || !usr.mind.changeling) return src = usr.mind.changeling if(!powerinstances.len) for(var/P in powers) powerinstances += new P() var/dat = "
|
Changling Evolution Menu Hover over a power to see more information Current evolution points left to evolve with: [geneticpoints] Absorb other changelings to acquire more evolution points
|
| Search: |
|
Evolve [P] - Cost: [ownsthis ? "Purchased" : P.genomecost]
|