From cd0c49ab819d817709f775be8acb81db16e866cb Mon Sep 17 00:00:00 2001 From: Walter0o Date: Thu, 10 Jul 2014 16:31:29 +0200 Subject: [PATCH] another laptop verb range fix --- code/WorkInProgress/computer3/computer.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/WorkInProgress/computer3/computer.dm b/code/WorkInProgress/computer3/computer.dm index 95824e555e..5b9e88bd71 100644 --- a/code/WorkInProgress/computer3/computer.dm +++ b/code/WorkInProgress/computer3/computer.dm @@ -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) @@ -446,4 +451,4 @@ icon_state = "wallframe" density = 0 pixel_y = -3 - show_keyboard = 0 \ No newline at end of file + show_keyboard = 0