fixes movespeed configurations (#13555)
* Update config_entry.dm * Update game_options.dm * Update config_entry.dm * Update code/controllers/configuration/config_entry.dm Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,10 @@
|
||||
/datum/config_entry/New()
|
||||
if(type == abstract_type)
|
||||
CRASH("Abstract config entry [type] instatiated!")
|
||||
name = lowertext(type2top(type))
|
||||
if(!name)
|
||||
name = lowertext(type2top(type))
|
||||
else
|
||||
name = lowertext(name)
|
||||
if(islist(config_entry_value))
|
||||
var/list/L = config_entry_value
|
||||
default = L.Copy()
|
||||
|
||||
Reference in New Issue
Block a user