mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
.loc = to forceMove() (#4937)
As requested, this PR is changed to only include all .loc = to forceMove() changes.
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
/obj/structure/alien/egg/proc/givefacehugger(var/kill = 1)
|
||||
var/obj/item/clothing/mask/facehugger/child = GetFacehugger()
|
||||
status = BURST
|
||||
child.loc = get_turf(src)
|
||||
child.forceMove(get_turf(src))
|
||||
|
||||
if(kill && istype(child))
|
||||
child.Die()
|
||||
|
||||
Reference in New Issue
Block a user