mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
Fixes bluespace borg phase out typos (#7955)
This commit is contained in:
@@ -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"]"))
|
||||
|
||||
Reference in New Issue
Block a user