mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 20:52:52 +01:00
adds the ability to give loadout items a custom name/description
This commit is contained in:
@@ -594,7 +594,7 @@
|
||||
jobs += "</tr></table>"
|
||||
|
||||
//Other races (Blue) ... And also graffiti.
|
||||
var/list/misc_roles = list("Dionaea", "Graffiti")
|
||||
var/list/misc_roles = list("Dionaea", "Graffiti", "Custom loadout")
|
||||
jobs += "<tr bgcolor='ccccff'><th colspan='[LAZYLEN(misc_roles)]'>Other Roles</th></tr><tr align='center'>"
|
||||
for(var/entry in misc_roles)
|
||||
if(jobban_isbanned(M, entry))
|
||||
|
||||
Reference in New Issue
Block a user