mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 03:21:30 +01:00
another fix.
This commit is contained in:
+4
-2
@@ -81,14 +81,16 @@ GLOBAL_LIST_EMPTY(menulist)
|
||||
default = /datum/verbs/menu/Settings/FPS/verb/high
|
||||
|
||||
/datum/verbs/menu/Settings/FPS/verb/low()
|
||||
set name = "LowFPS"
|
||||
set name = "Low-end FPS"
|
||||
set desc = "&20 fps"
|
||||
set category = "Preferences"
|
||||
usr.client.prefs.clientfps = 20
|
||||
usr.client.prefs.parent.fps = 20
|
||||
|
||||
/datum/verbs/menu/Settings/FPS/verb/high()
|
||||
set name = "HighFPS"
|
||||
set name = "High-end FPS"
|
||||
set desc = "&30 fps (High-end machines)"
|
||||
set category = "Preferences"
|
||||
usr.client.prefs.clientfps = 30
|
||||
usr.client.prefs.parent.fps = 30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user