Fixes bluespace borg phase out typos (#7955)

This commit is contained in:
Arturlang
2020-01-09 11:56:20 +01:00
committed by Matt Atlas
parent 5493b882ca
commit e27269acc5
2 changed files with 43 additions and 2 deletions
@@ -57,7 +57,7 @@
set desc = "Activate bluespace to leave and return to your original mob (if you have one)."
set category = "BST"
src.custom_emote(1,"politely beeps with all ligth starting to flash.")
src.custom_emote(1,"politely beeps as its lights start to flash.")
spark(src, 5, alldirs)
addtimer(CALLBACK(GLOBAL_PROC, .proc/qdel, src), 10, TIMER_CLIENT_TIME)
animate(src, alpha = 0, time = 9, easing = QUAD_EASING)
@@ -79,4 +79,4 @@
set category = "BST"
status_flags ^= GODMODE
to_chat(src, span("notice", "God mode is now [status_flags & GODMODE ? "enabled" : "disabled"]"))
to_chat(src, span("notice", "God mode is now [status_flags & GODMODE ? "enabled" : "disabled"]"))