Changelings can use hivechat while muzzled.

Monkey-lings can use hivechat.
Lings can return to human form even if monkeyed through genetics.
One-line fix for Destroying Angels (..() wasn't being called)
Spelling correction in Destroying Angel description
This commit is contained in:
Rolan7
2014-06-17 00:13:56 -04:00
parent 897fa42ffb
commit 98367cb162
22 changed files with 51 additions and 42 deletions
+2
View File
@@ -72,6 +72,8 @@
//transfer mind and delete old mob
if(mind)
mind.transfer_to(O)
if(O.mind.changeling)
O.mind.changeling.purchasedpowers += new /obj/effect/proc_holder/changeling/humanform(null)
if (tr_flags & TR_DEFAULTMSG)
O << "<B>You are now a monkey.</B>"
updateappearance(O)