mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 02:52:01 +00:00
Fixes #7857.
Must now remain adjacent to the teleporter computer if you wish to change target location.
This commit is contained in:
@@ -122,6 +122,9 @@
|
||||
L[tmpname] = I
|
||||
|
||||
var/desc = input("Please select a location to lock in.", "Locking Computer") in L
|
||||
if(get_dist(src, usr) > 1)
|
||||
return
|
||||
|
||||
src.locked = L[desc]
|
||||
for(var/mob/O in hearers(src, null))
|
||||
O.show_message("\blue Locked In", 2)
|
||||
|
||||
Reference in New Issue
Block a user