Servants are now moved to and restricted to Reebe when the Ark starts; also updates the CC changelog (#33645)

* Objects touched by servants now warp to the Ark

* Check by servant

* Replaces with a baselock

* Updates the 'log
This commit is contained in:
Ashe Higgs
2018-01-07 20:18:28 -06:00
committed by CitadelStationBot
parent 1f65e222b7
commit c3712f5be5
3 changed files with 24 additions and 8 deletions
@@ -283,6 +283,9 @@
if(!is_servant_of_ratvar(user))
to_chat(user, "<span class='warning'>[src]'s keys are in a language foreign to you, and you don't understand anything on its screen.</span>")
return
if(clockwork_ark_active())
to_chat(user, "<span class='warning'>The Ark is active, and [src] has shut down.</span>")
return
. = ..()
/datum/action/innate/servant_warp