mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Configuration Controller (#7857)
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
blood color
|
||||
*/
|
||||
if (copy_name)
|
||||
if(config.humans_need_surnames)
|
||||
if(CONFIG_GET(flag/humans_need_surnames)) // CHOMPEdit
|
||||
var/firstspace = findtext(real_name, " ")
|
||||
var/name_length = length(real_name)
|
||||
if(!firstspace) //we need a surname
|
||||
|
||||
Reference in New Issue
Block a user