mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user