Skip to content

Commit

Permalink
fuckfuckfuckfuckfuckfuckfuckfuckfuckfuckfuckfuck
Browse files Browse the repository at this point in the history
  • Loading branch information
BingusSS13 committed Dec 25, 2024
1 parent 61e04cf commit d8d694f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions code/modules/mob_spawn/mob_spawn.dm
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,14 @@
. = ..()
//MONKESTATION EDIT - Check if we are using preferences.
if(use_prefs && mob_possessor)
mob_possessor.client.prefs.safe_transfer_prefs_to(spawned_mob)
SSquirks.AssignQuirks(spawned_mob, mob_possessor.client)
var/mob/living/carbon/human/spawned_mob1 = spawned_mob
mob_possessor.client.prefs.safe_transfer_prefs_to(spawned_mob1)
spawned_mob1.equip_outfit_and_loadout(outfit, mob_possessor.client.prefs)
for(var/datum/loadout_item/item as anything in loadout_list_to_datums(mob_possessor.client?.prefs?.loadout_list))
if(length(item.restricted_roles))
continue
item.post_equip_item(mob_possessor.client.prefs, mob_possessor)
SSquirks.AssignQuirks(spawned_mob1, mob_possessor.client)
//END OF EDIT
if(mob_possessor)
if(mob_possessor.mind)
Expand Down

0 comments on commit d8d694f

Please sign in to comment.