migrates donor items to loadout system, comments out handle_roundstart_items, plus fixes

This commit is contained in:
deathride58
2018-01-17 17:19:54 -05:00
parent b74518a24a
commit 5fd8606a3f
6 changed files with 176 additions and 20 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ SUBSYSTEM_DEF(job)
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
//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
return H