the one where 40 fps gets added maybe

This commit is contained in:
Hatterhat
2019-11-12 21:30:15 -06:00
committed by GitHub
parent fc4a4feca3
commit f685fd3976

View File

@@ -106,6 +106,13 @@ GLOBAL_LIST_EMPTY(menulist)
usr.client.prefs.clientfps = 30
usr.client.prefs.parent.fps = 30
/datum/verbs/menu/Settings/FPS/verb/vvhigh()
set name = "Very Higher-end FPS"
set desc = "&40 fps"
set category = "Preferences"
set hidden = 1
usr.client.prefs.clientfps = 40
usr.client.prefs.parent.fps = 40
/datum/verbs/menu/Settings/ChatOutput
checkbox = CHECKBOX_GROUP