mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Fixes view range verb
7 is not a list
This commit is contained in:
@@ -862,7 +862,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
|
||||
|
||||
var/view = src.view
|
||||
if(view == world.view)
|
||||
view = tgui_input_list(usr, "Select view range:", "FUCK YE", 7, list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,128))
|
||||
view = tgui_input_list(usr, "Select view range:", "FUCK YE", list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,128))
|
||||
else
|
||||
view = world.view
|
||||
mob.set_viewsize(view)
|
||||
|
||||
Reference in New Issue
Block a user