From cf351543ce2d14f6b4e663deb102c5d9cb0e1740 Mon Sep 17 00:00:00 2001 From: KasparoVy Date: Mon, 9 Apr 2018 03:00:27 -0400 Subject: [PATCH] Removes Job Restriction from Purely Cosmetic and Rarely Used Veils Roboticist wasn't even spelled correctly. No idea if there were any other typos. --- code/modules/client/preference/loadout/loadout_racial.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/client/preference/loadout/loadout_racial.dm b/code/modules/client/preference/loadout/loadout_racial.dm index 09b21a63642..38d216ae156 100644 --- a/code/modules/client/preference/loadout/loadout_racial.dm +++ b/code/modules/client/preference/loadout/loadout_racial.dm @@ -26,19 +26,16 @@ display_name = "hi-tech veil" description = "A common traditional nano-fiber veil worn by many Tajaran, It is rare and offensive to see it on other races." path = /obj/item/clothing/glasses/tajblind/sci - allowed_roles = list("Scientist", "Research Director", "Robotocist") /datum/gear/racial/tajeng display_name = "industrial veil" description = "A common traditional nano-fiber veil worn by many Tajaran, It is rare and offensive to see it on other races." path = /obj/item/clothing/glasses/tajblind/eng - allowed_roles = list("Chief Engineer", "Station Engineer", "Mechanic", "Life Support Specialist") /datum/gear/racial/tajcargo display_name = "khaki veil" description = "A common traditional nano-fiber veil worn by many Tajaran, It is rare and offensive to see it on other races. It is light and comfy!" path = /obj/item/clothing/glasses/tajblind/cargo - allowed_roles = list("Quartermaster","Cargo Technician", "Miner") /datum/gear/racial/footwraps display_name = "cloth footwraps"