mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 18:14:25 +01:00
@@ -149,6 +149,9 @@
|
||||
if(.)
|
||||
return TRUE
|
||||
var/turf/T = get_turf(user)
|
||||
if(!T)
|
||||
to_chat(user, span_warning("You must be standing on solid ground to deploy an extraction beacon!"))
|
||||
return
|
||||
if(do_after(user, 1.5 SECONDS, target = user) && !QDELETED(src))
|
||||
new /obj/structure/extraction_point(get_turf(user))
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user