mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[MIRROR] Refactors move procs to support multitle objects (#6423)
* Refactors move procs to support multitle objects * Update _blob.dm Co-authored-by: Rohesie <rohesie@gmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Rohesie
Gandalf
parent
3d784d4c1e
commit
d85a02babd
@@ -179,8 +179,8 @@
|
||||
if(A == stored && !restoring)
|
||||
restore()
|
||||
|
||||
/obj/shapeshift_holder/Exited(atom/movable/AM)
|
||||
if(AM == stored && !restoring)
|
||||
/obj/shapeshift_holder/Exited(atom/movable/gone, direction)
|
||||
if(stored == gone && !restoring)
|
||||
restore()
|
||||
|
||||
/obj/shapeshift_holder/proc/caster_death()
|
||||
|
||||
Reference in New Issue
Block a user