Removes removal of ling powers in lesser form

Lesser form is pretty much useless  as getting a monkey cube is
literally the same thing without losing the powers and taking damage.

So this should fix whatever bugs there were to lesser form, hopefully at
least. Until PolLing gets ported.
This commit is contained in:
Kearel
2016-05-21 15:33:06 -05:00
parent f2cba2ad79
commit bb355df949
@@ -332,14 +332,10 @@ var/global/list/possible_changeling_IDs = list("Alpha","Beta","Gamma","Delta","E
return
changeling.chem_charges--
H.remove_changeling_powers()
H.visible_message("<span class='warning'>[H] transforms!</span>")
changeling.geneticdamage = 30
H << "<span class='warning'>Our genes cry out!</span>"
var/list/implants = list() //Try to preserve implants.
for(var/obj/item/weapon/implant/W in H)
implants += W
H.monkeyize()
H = H.monkeyize()
feedback_add_details("changeling_powers","LF")
return 1