Skip to content

Commit

Permalink
Department Duster Fix
Browse files Browse the repository at this point in the history
Fixes departmental security dusters not being given to security officers when they spawn in.
  • Loading branch information
MilkForever committed Aug 22, 2023
1 parent af5c34e commit 1c34177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/security_officer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GLOBAL_LIST_EMPTY(security_officer_distribution)

//monkestation edit start: add dept sec outfits
if(suit)
for(var/obj/item/gun/energy/disabler/stored in spawning.contents)
for(var/obj/item/gun/ballistic/automatic/pistol/paco/no_mag/stored in spawning.contents)
if(spawning.wear_suit)
qdel(spawning.wear_suit)
spawning.equip_to_slot_or_del(new suit(spawning),ITEM_SLOT_OCLOTHING)
Expand Down

0 comments on commit 1c34177

Please sign in to comment.