Skip to content

Commit

Permalink
fix sec department suits (#3424)
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoTomahto authored Sep 16, 2024
1 parent 2d0a284 commit bb6ba47
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 bb6ba47

Please sign in to comment.