Nerfs criticism

This commit is contained in:
deathride58
2017-12-06 12:46:02 -05:00
parent 8297ca87b4
commit 3265d09328
17 changed files with 26 additions and 32 deletions
+2 -2
View File
@@ -652,10 +652,10 @@ 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 == GLOB.DEFAULT_VIEW)
if(view == CONFIG_GET(string/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)
change_view(CONFIG_GET(string/default_view))
log_admin("[key_name(usr)] changed their view range to [view].")
//message_admins("\blue [key_name_admin(usr)] changed their view range to [view].") //why? removed by order of XSI