adds more loadout equipment, adds working ckey whitelist system, and more

This commit is contained in:
deathride58
2018-01-16 16:23:22 -05:00
parent b55a497ffc
commit b74518a24a
10 changed files with 159 additions and 20 deletions
+1
View File
@@ -416,6 +416,7 @@ SUBSYSTEM_DEF(job)
if(job.dresscodecompliant)// CIT CHANGE - dress code compliance
equip_loadout(N, H) // CIT CHANGE - allows players to spawn with loadout items
job.after_spawn(H, M)
equip_loadout(N, H, TRUE)//CIT CHANGE - makes players spawn with in-backpack loadout items properly. A little hacky but it works
handle_roundstart_items(H, M.ckey, H.mind.assigned_role, H.mind.special_role) //CIT CHANGE - makes donators spawn with their items. This can safely be commented out when all of the donator items are migrated to the loadout system