mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Remove ismovableatom macro (#9)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
var/atom/target = parent
|
||||
|
||||
target.orbiters = src
|
||||
if(ismovableatom(target))
|
||||
if(ismovable(target))
|
||||
tracker = new(target, CALLBACK(src, .proc/move_react))
|
||||
|
||||
/datum/component/orbiter/UnregisterFromParent()
|
||||
|
||||
Reference in New Issue
Block a user