[feat] Custom name for clown, mime and borgs
This commit is contained in:
@@ -72,5 +72,20 @@ namespace Content.Shared.Humanoid
|
||||
}
|
||||
// WD-EDIT
|
||||
}
|
||||
|
||||
public string GetBorgName()
|
||||
{
|
||||
return _random.Pick(_prototypeManager.Index<DatasetPrototype>("names_autoborg").Values); //Реди
|
||||
}
|
||||
|
||||
public string GetMimeName()
|
||||
{
|
||||
return _random.Pick(_prototypeManager.Index<DatasetPrototype>("names_mime").Values); //Реди
|
||||
}
|
||||
|
||||
public string GetClownName()
|
||||
{
|
||||
return _random.Pick(_prototypeManager.Index<DatasetPrototype>("names_clown").Values); //Реди
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user