Skip to content

Commit

Permalink
no more ai loadout spawns (#6007)
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons authored Sep 22, 2023
1 parent d2f8fb9 commit cbbfe24
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions code/controllers/subsystem/job/_legacy_job_stuff.dm
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,13 @@
H.buckled.setDir(H.dir)

var/list/obj/item/loadout_rejected = list()
H.client.prefs.equip_loadout(
H,
joined_late? PREF_COPY_TO_FOR_LATEJOIN : PREF_COPY_TO_FOR_ROUNDSTART,
job,
reject = loadout_rejected
)
if(rank != "AI" && rank != "Cyborg") //! WARNING WARNING LEGACY SHITCODE REFACTOR LATER
H.client.prefs.equip_loadout(
H,
joined_late? PREF_COPY_TO_FOR_LATEJOIN : PREF_COPY_TO_FOR_ROUNDSTART,
job,
reject = loadout_rejected
)

if(job)
// Set up their account
Expand Down

0 comments on commit cbbfe24

Please sign in to comment.