Changes verb name to "View Range"

This commit is contained in:
Lzimann
2017-01-29 16:04:06 -02:00
parent 2603fc232c
commit 9ac326f692
+1 -1
View File
@@ -449,7 +449,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
/mob/dead/observer/verb/change_view_range()
set category = "Ghost"
set name = "Set Zoom"
set name = "View Range"
set desc = "Change your view range."
var/max_view = client.prefs.unlock_content ? GHOST_MAX_VIEW_RANGE_MEMBER : GHOST_MAX_VIEW_RANGE_DEFAULT