Merge pull request #552 from dumpdavidson/monkeyize

Monkey - Human transformation
This commit is contained in:
Cael Aislinn
2013-06-10 02:27:52 -07:00
9 changed files with 245 additions and 269 deletions
+6
View File
@@ -78,6 +78,12 @@ var/global/floorIsLava = 0
body += "<b>Transformation:</b>"
body += "<br>"
//Human
if(ishuman(M))
body += "<B>Human</B> | "
else
body += "<A href='?_src_=holder;humanone=\ref[M]'>Humanize</A> | "
//Monkey
if(ismonkey(M))
body += "<B>Monkeyized</B> | "