Merge pull request #10945 from VOREStation/Arokha/fixes333

4 fixes
This commit is contained in:
Aronai Sieyes
2021-07-07 19:04:22 +00:00
committed by Chompstation Bot
parent 7e10238662
commit afd142bd6a
5 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
/obj/effect/overmap/bluespace_rift/attack_ghost(var/mob/observer/dead/user)
if(!partner && user?.client?.holder)
var/response = tgui_alert(user, "You appear to be staff. This rift has no exit point. If you want to make one, move to where you want it to go, and click 'Make Here', otherwise click 'Cancel'",list("Rift Exit","Cancel","Make Here"))
var/response = tgui_alert(user, "You appear to be staff. This rift has no exit point. If you want to make one, move to where you want it to go, and click 'Make Here', otherwise click 'Cancel'", "Bluespace Rift", list("Cancel","Make Here"))
if(response == "Make Here")
new type(get_turf(user), src)
else if(partner)