Terrible pun

This commit is contained in:
KorPhaeron
2015-11-25 08:42:21 -06:00
parent c646656e79
commit 4d3046e5cb
+2
View File
@@ -854,12 +854,14 @@ body
if(H.dna.species.id == "human")
if(H.dna.features["tail_human"] == "None" || H.dna.features["ears"] == "None")
usr << "Put [H] on purrbation."
H << "Something is nya~t right."
log_admin("[key_name(usr)] has put [key_name(H)] on purrbation.")
message_admins("<span class='notice'>[key_name(usr)] has put [key_name(H)] on purrbation.</span>")
H.dna.features["tail_human"] = "Cat"
H.dna.features["ears"] = "Cat"
else
usr << "Removed [H] from purrbation."
H << "You are no longer a cat."
log_admin("[key_name(usr)] has removed [key_name(H)] from purrbation.")
message_admins("<span class='notice'>[key_name(usr)] has removed [key_name(H)] from purrbation.</span>")
H.dna.features["tail_human"] = "None"