Skip to content

Commit

Permalink
fix sec department suits
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoTomahto committed Sep 16, 2024
1 parent 0d32e10 commit e0364b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/jobs/job_types/security_officer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ GLOBAL_LIST_EMPTY(security_officer_distribution)
spawning.equip_to_slot_or_del(new ears(spawning),ITEM_SLOT_EARS)

//monkestation edit start: add dept sec outfitsif(suit)
if(suit)
if(spawning.wear_suit)
qdel(spawning.wear_suit)
spawning.equip_to_slot_or_del(new suit(spawning),ITEM_SLOT_OCLOTHING)
if(head)
if(spawning.head && !isplasmaman(spawning))
qdel(spawning.head)
Expand Down

0 comments on commit e0364b9

Please sign in to comment.