Adds text to not disturb the habatat to abductor spawntext

Adds "Try not to disturb the habitat, it could lead to dead specimens." to the spawntext.
This commit is contained in:
MrJWhit
2019-09-07 13:52:08 -04:00
parent a27f3996ce
commit 97072c63c8

View File

@@ -56,6 +56,7 @@
/datum/antagonist/abductor/greet()
to_chat(owner.current, "<span class='notice'>You are the [owner.special_role]!</span>")
to_chat(owner.current, "<span class='notice'>With the help of your teammate, kidnap and experiment on station crew members!</span>")
to_chat(owner.current, "<span class='notice'>Try not to disturb the habitat, it could lead to dead specimens.</span>")
to_chat(owner.current, "<span class='notice'>[greet_text]</span>")
owner.announce_objectives()