Fps and glide speed

Fps and glide speed
and walk speed making your glide slower
This commit is contained in:
QuoteFox
2020-08-14 00:05:04 +01:00
parent dc74bdd204
commit eaf38d2910
6 changed files with 7 additions and 4 deletions
@@ -95,7 +95,7 @@
/datum/config_entry/flag/popup_admin_pm // adminPMs to non-admins show in a pop-up 'reply' window when set
/datum/config_entry/number/fps
config_entry_value = 20
config_entry_value = 40
min_val = 1
max_val = 100 //byond will start crapping out at 50, so this is just ridic
var/sync_validate = FALSE