mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Really fix bluespace rifts
This commit is contained in:
@@ -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'", "Bluespace Rift", 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)
|
||||
|
||||
Reference in New Issue
Block a user