Refactors monkeys into a species (#55614)

Changes monkeys from carbon subtype to species.
This commit is contained in:
Qustinnus
2020-12-30 16:30:15 +01:00
committed by GitHub
parent 6df6399435
commit f66ca34626
149 changed files with 587 additions and 1598 deletions
+1 -1
View File
@@ -127,7 +127,7 @@
body += "<br>"
//Human
if(ishuman(M))
if(ishuman(M) && !ismonkey(M))
body += "<B>Human</B> | "
else
body += "<A href='?_src_=holder;[HrefToken()];humanone=[REF(M)]'>Humanize</A> | "