This commit is contained in:
AffectedArc07
2021-10-17 19:36:40 +01:00
parent 3ff24ea7e1
commit 26a3dcd48b
2 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
*
* Holder for CUIs
*
* This datum is a older that is essentially a "model" of the `customuseritems`
* This datum is a holder that is essentially a "model" of the `customuseritems`
* database table, and is used for giving people their CUIs on spawn.
* It is instanced as part of the client data loading framework on the client.
*
@@ -16,7 +16,7 @@
/// Are all jobs allowed?
var/all_jobs_allowed = FALSE
/// List of allowed jobs
var/allowed_jobs = list()
var/list/allowed_jobs = list()
/// Custom item typepath
var/object_typepath
/// Custom item name override