mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
forcemove
This commit is contained in:
@@ -504,7 +504,7 @@
|
||||
on_reaction(datum/reagents/holder)
|
||||
feedback_add_details("slime_cores_used","[type]")
|
||||
var/obj/item/areaeditor/blueprints/slime/P = new /obj/item/areaeditor/blueprints/slime
|
||||
P.loc = get_turf(holder.my_atom)
|
||||
P.forceMove(get_turf(holder.my_atom))
|
||||
|
||||
//Sepia
|
||||
slimestop
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
if(cameranet.checkTurfVis(remote_eye.loc))
|
||||
for(var/mob/living/carbon/slime/S in X.stored_slimes)
|
||||
S.loc = remote_eye.loc
|
||||
S.forceMove(remote_eye.loc)
|
||||
S.visible_message("[S] warps in!")
|
||||
X.stored_slimes -= S
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
S.buckled.unbuckle_mob()
|
||||
S.Feedstop()
|
||||
S.visible_message("[S] vanishes in a flash of light!")
|
||||
S.loc = X
|
||||
S.forceMove(X)
|
||||
X.stored_slimes += S
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user