mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Merge pull request #9410 from phil235/HeadcrabRuntimeFix
Fixes a runtime with headcrabs controled by non changeling players.
This commit is contained in:
@@ -66,7 +66,8 @@ obj/item/body_egg/changeling_egg/proc/Pop()
|
||||
var/mob/living/carbon/monkey/M = new(affected_mob.loc)
|
||||
if(owner)
|
||||
owner.transfer_to(M)
|
||||
owner.changeling.purchasedpowers += new /obj/effect/proc_holder/changeling/humanform(null)
|
||||
if(owner.changeling)
|
||||
owner.changeling.purchasedpowers += new /obj/effect/proc_holder/changeling/humanform(null)
|
||||
M.key = owner.key
|
||||
if(ishuman(affected_mob))
|
||||
var/mob/living/carbon/human/H = affected_mob
|
||||
|
||||
Reference in New Issue
Block a user