Must now remain adjacent to the teleporter computer if you wish to change target location.
This commit is contained in:
PsiOmega
2015-01-20 11:34:29 +01:00
parent c467e99f15
commit 07cc7a156b

View File

@@ -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)