[MIRROR] Unwacks immovable rod in hyperspace [MDB IGNORE] (#18612)

* Unwacks immovable rod in hyperspace (#72506)

closes #72497

Immovable rods, including wizard, will ignore the hyperspace drift

🆑
fix: fixes wizard rod form infinitely travelling in hyperspace
/🆑

* Unwacks immovable rod in hyperspace

Co-authored-by: Time-Green <timkoster1@hotmail.com>
Co-authored-by: Funce <funce.973@gmail.com>
This commit is contained in:
SkyratBot
2023-01-19 18:12:28 +13:00
committed by GitHub
co-authored by Time-Green Funce
parent 39772c2258
commit 861e33cef1
+2
View File
@@ -85,6 +85,8 @@ In my current plan for it, 'solid' will be defined as anything with density == 1
special_target = specific_target
loopy_rod ||= force_looping
ADD_TRAIT(src, TRAIT_FREE_HYPERSPACE_MOVEMENT, INNATE_TRAIT)
SSpoints_of_interest.make_point_of_interest(src)
RegisterSignal(src, COMSIG_ATOM_ENTERING, PROC_REF(on_entering_atom))