mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 00:30:06 +01:00
Merge pull request #8579 from Sypsoti/changelingmenucostfix
Changeling Menu Now Shows Cost
This commit is contained in:
@@ -161,6 +161,7 @@
|
||||
if(powerdata in my_client.mob.mind.changeling.purchased_powers)
|
||||
textbody += "<center><font color='#F7F7ED'><i><b>This ability is already evolved!</b></i></font></center>"
|
||||
else if(cat != "Inherent")
|
||||
textbody += "<center>Cost: [powerdata.genomecost]</center>"
|
||||
textbody += "<center><a style='background-color:#c72121;' href='?src=\ref[src];evolve=[A]'>Evolve</a></center>"
|
||||
textbody += "</td></tr>"
|
||||
display()
|
||||
|
||||
Reference in New Issue
Block a user