Merge pull request #13457 from SandPoot/master

Fixes not getting an action button.
This commit is contained in:
Ghom
2020-10-01 11:44:22 +02:00
committed by GitHub
@@ -80,7 +80,9 @@
if(C.can_absorb_dna(owner))
C.add_new_profile(owner)
C.purchasedpowers += new /obj/effect/proc_holder/changeling/humanform(null)
var/obj/effect/proc_holder/changeling/humanform/hf = new
C.purchasedpowers += hf
hf.on_purchase(origin.current, TRUE)
M.key = origin.key
owner.gib()