mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
another laptop verb range fix
This commit is contained in:
@@ -75,6 +75,11 @@
|
|||||||
set name = "Reset Computer"
|
set name = "Reset Computer"
|
||||||
set category = "Object"
|
set category = "Object"
|
||||||
set src in view(1)
|
set src in view(1)
|
||||||
|
|
||||||
|
if(!Adjacent(usr))
|
||||||
|
usr << "You can't reach it."
|
||||||
|
return
|
||||||
|
|
||||||
Reset()
|
Reset()
|
||||||
|
|
||||||
New(var/L, var/built = 0)
|
New(var/L, var/built = 0)
|
||||||
@@ -446,4 +451,4 @@
|
|||||||
icon_state = "wallframe"
|
icon_state = "wallframe"
|
||||||
density = 0
|
density = 0
|
||||||
pixel_y = -3
|
pixel_y = -3
|
||||||
show_keyboard = 0
|
show_keyboard = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user