another laptop verb range fix

This commit is contained in:
Walter0o
2014-07-10 16:31:29 +02:00
parent e1a8e95081
commit cd0c49ab81

View File

@@ -75,6 +75,11 @@
set name = "Reset Computer"
set category = "Object"
set src in view(1)
if(!Adjacent(usr))
usr << "You can't reach it."
return
Reset()
New(var/L, var/built = 0)