Merge pull request #5218 from Mewchild/MC-Snowsuit

Fixes miners not being able to take supply snowsuit
This commit is contained in:
Neerti
2018-04-28 22:10:12 -04:00
committed by GitHub

View File

@@ -455,4 +455,4 @@ datum/gear/suit/duster
/datum/gear/suit/snowsuit/cargo
display_name = "snowsuit, supply"
path = /obj/item/clothing/suit/storage/snowsuit/cargo
allowed_roles = list("Quartermaster","shaft Miner","Cargo Technician","Head of Personnel")
allowed_roles = list("Quartermaster","Shaft Miner","Cargo Technician","Head of Personnel")