Orbiter component now uses lock_in_orbit parameter, allowing for orbiters that always stay with an atom (#19278)

* Wisps shouldn't get disturbed by the shuttle anyways

* Why on earth wasn't it even using that?

* Update orbiter.dm
This commit is contained in:
Vi3trice
2022-10-16 09:28:20 -04:00
committed by GitHub
parent 70762ba7e0
commit c4f9086b38
2 changed files with 3 additions and 2 deletions
@@ -247,7 +247,7 @@
to_chat(user, "<span class='notice'>You release the wisp. It begins to bob around your head.</span>")
icon_state = "lantern"
wisp.orbit(user, 20)
wisp.orbit(user, 20, lock_in_orbit = TRUE)
set_light(0)
user.update_sight()