second pass - makes change view range function again

This commit is contained in:
deathride58
2017-12-05 22:47:46 -05:00
parent 1904080823
commit 8297ca87b4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -652,7 +652,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
set name = "Change View Range"
set desc = "switches between 1x and custom views"
if(view == world.view)
if(view == GLOB.DEFAULT_VIEW)
change_view(input("Select view range:", "FUCK YE", 7) in list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,128))
else
change_view(GLOB.DEFAULT_VIEW)