mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
weh (#1234)
This commit is contained in:
@@ -468,12 +468,12 @@ SUBSYSTEM_DEF(job)
|
||||
to_chat(M, "<b>You are the [rank].</b>")
|
||||
var/list/packed_items //SKYRAT CHANGE ADDITION - CUSTOMIZATION
|
||||
if(job)
|
||||
var/new_mob = job.equip(living_mob, null, null, joined_late , null, M.client)//silicons override this proc to return a mob
|
||||
//SKYRAT CHANGE ADDITION BEGIN - CUSTOMIZATION
|
||||
if(job.no_dresscode)
|
||||
if(M.client)
|
||||
if(M.client && isliving(new_mob))
|
||||
packed_items = M.client.prefs.equip_preference_loadout(M, FALSE, job)
|
||||
//SKYRAT CHANGE ADDITION END
|
||||
var/new_mob = job.equip(living_mob, null, null, joined_late , null, M.client)//silicons override this proc to return a mob
|
||||
if(ismob(new_mob))
|
||||
living_mob = new_mob
|
||||
if(!joined_late)
|
||||
@@ -508,7 +508,8 @@ SUBSYSTEM_DEF(job)
|
||||
if(!job.no_dresscode)
|
||||
if(M.client)
|
||||
packed_items = M.client.prefs.equip_preference_loadout(M, FALSE, job)
|
||||
M.client.prefs.add_packed_items(M, packed_items)
|
||||
if(packed_items)
|
||||
M.client.prefs.add_packed_items(M, packed_items)
|
||||
//SKYRAT CHANGE ADDITION END
|
||||
|
||||
return living_mob
|
||||
|
||||
Reference in New Issue
Block a user