mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #7889 from PsiOmegaDelta/TakeMeToTheMoon
Fixes #7857.
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