mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Merge pull request #10180 from Squirgenheimer/xenosinxenos
hatching alien embryos now use drop_location
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
owner.overlays += overlay
|
||||
|
||||
spawn(6)
|
||||
var/mob/living/carbon/alien/larva/new_xeno = new(owner.loc)
|
||||
var/mob/living/carbon/alien/larva/new_xeno = new(owner.drop_location())
|
||||
new_xeno.key = C.key
|
||||
if(ticker && ticker.mode)
|
||||
ticker.mode.xenos += new_xeno.mind
|
||||
|
||||
Reference in New Issue
Block a user