mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
Merge pull request #13074 from Kearel/lesser
Removes removal of ling powers in lesser form
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user