Skip to content

Commit

Permalink
Update _ego_gear.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
tile4 committed Oct 24, 2024
1 parent abf0c18 commit d47b0a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/clothing/suits/ego_gear/_ego_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
if((SSmaptype.maptype in SSmaptype.citymaps) || (SSmaptype.maptype in SSmaptype.combatmaps))
return
else
if(user.mind.assigned_role != "Extraction Officer")
var/slowdown_free_roles = list("Clerk", "Agent Support Clerk", "Facility Support Clerk", "Extraction Officer")
if(!(user.mind.assigned_role in slowdown_free_roles))
user.add_or_update_variable_movespeed_modifier(/datum/movespeed_modifier/too_many_armors)

/obj/item/clothing/suit/armor/ego_gear/dropped(mob/user)
Expand Down

0 comments on commit d47b0a7

Please sign in to comment.