mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #7603 from Greenjoe12345/customloadout
adds the ability to give loadout items a custom name/description
This commit is contained in:
@@ -615,7 +615,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