mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #11009 from Verkister/patch-68
Fixes view range verb
This commit is contained in:
committed by
Chompstation Bot
parent
e70d9f291c
commit
b72abbcbe2
@@ -868,7 +868,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