mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +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
|
var/view = src.view
|
||||||
if(view == world.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
|
else
|
||||||
view = world.view
|
view = world.view
|
||||||
mob.set_viewsize(view)
|
mob.set_viewsize(view)
|
||||||
|
|||||||
Reference in New Issue
Block a user