diff --git a/code/modules/client/preference_setup/loadout/loadout_uniform.dm b/code/modules/client/preference_setup/loadout/loadout_uniform.dm index f951450134..518b11a521 100644 --- a/code/modules/client/preference_setup/loadout/loadout_uniform.dm +++ b/code/modules/client/preference_setup/loadout/loadout_uniform.dm @@ -387,7 +387,7 @@ path = /obj/item/clothing/under/pt /datum/gear/uniform/pt/expeditionary - display_name = "pt uniform, expeditionary" + display_name = "pt uniform, sifguard" path = /obj/item/clothing/under/pt/expeditionary /datum/gear/uniform/pt/fleet diff --git a/code/modules/clothing/head/solgov.dm b/code/modules/clothing/head/solgov.dm index 9ed37a4eda..f7d4c417b4 100644 --- a/code/modules/clothing/head/solgov.dm +++ b/code/modules/clothing/head/solgov.dm @@ -11,8 +11,8 @@ ) /obj/item/clothing/head/soft/sol/expedition - name = "\improper Expeditionary Corps cap" - desc = "It's a black ballcap bearing a Expeditonary Corps crest." + name = "\improper SifGuard cap" + desc = "It's a black ballcap bearing a Sif Homeguard Corps crest." icon_state = "expeditionsoft" item_state_slots = list( slot_l_hand_str = "blacksoft", @@ -114,13 +114,13 @@ body_parts_covered = 0 /obj/item/clothing/head/dress/expedition - name = "expedition dress cap" - desc = "A peaked grey dress uniform cap belonging to the SCG Expeditionary Corps." + name = "\improper SifGuard dress cap" + desc = "A peaked grey dress uniform cap belonging to the Sif Homeguard Corps." icon_state = "greydresscap" /obj/item/clothing/head/dress/expedition/command - name = "expedition command dress cap" - desc = "A peaked grey dress uniform cap belonging to the SCG Expeditionary Corps. This one is trimmed in gold." + name = "\improper SifGuard command dress cap" + desc = "A peaked grey dress uniform cap belonging to the Sif Homeguard Corps. This one is trimmed in gold." icon_state = "greydresscap_com" /obj/item/clothing/head/dress/fleet @@ -181,33 +181,33 @@ icon_state = "beret_white" /obj/item/clothing/head/beret/sol/expedition - name = "expeditionary beret" - desc = "A black beret belonging to the SCG Expeditionary Corps. For personnel that are more inclined towards style than safety." + name = "\improper SifGuard beret" + desc = "A black beret belonging to the Sif Homeguard Corps. For personnel that are more inclined towards style than safety." icon_state = "beret_black" /obj/item/clothing/head/beret/sol/expedition/security - name = "expeditionary security beret" - desc = "An SCG Expeditionary Corps beret with a security crest. For personnel that are more inclined towards style than safety." + name = "\improper SifGuard security beret" + desc = "An Sif Homeguard Corps beret with a security crest. For personnel that are more inclined towards style than safety." icon_state = "beret_black_security" /obj/item/clothing/head/beret/sol/expedition/medical - name = "expeditionary medical beret" - desc = "An SCG Expeditionary Corps beret with a medical crest. For personnel that are more inclined towards style than safety." + name = "\improper SifGuard medical beret" + desc = "An Sif Homeguard Corps beret with a medical crest. For personnel that are more inclined towards style than safety." icon_state = "beret_black_medical" /obj/item/clothing/head/beret/sol/expedition/engineering - name = "expeditionary engineering beret" - desc = "An SCG Expeditionary Corps beret with an engineering crest. For personnel that are more inclined towards style than safety." + name = "\improper SifGuard engineering beret" + desc = "An Sif Homeguard Corps beret with an engineering crest. For personnel that are more inclined towards style than safety." icon_state = "beret_black_engineering" /obj/item/clothing/head/beret/sol/expedition/supply - name = "expeditionary supply beret" - desc = "An SCG Expeditionary Corps beret with a supply crest. For personnel that are more inclined towards style than safety." + name = "\improper SifGuard supply beret" + desc = "An Sif Homeguard Corps beret with a supply crest. For personnel that are more inclined towards style than safety." icon_state = "beret_black_supply" /obj/item/clothing/head/beret/sol/expedition/command - name = "expeditionary command beret" - desc = "An SCG Expeditionary Corps beret with a command crest. For personnel that are more inclined towards style than safety." + name = "\improper SifGuard command beret" + desc = "An Sif Homeguard Corps beret with a command crest. For personnel that are more inclined towards style than safety." icon_state = "beret_black_command" /obj/item/clothing/head/beret/sol/fleet diff --git a/code/modules/clothing/suits/solgov.dm b/code/modules/clothing/suits/solgov.dm index 90b561ba3e..e4c2c62715 100644 --- a/code/modules/clothing/suits/solgov.dm +++ b/code/modules/clothing/suits/solgov.dm @@ -13,48 +13,48 @@ allowed = list(/obj/item/weapon/tank/emergency_oxygen,/obj/item/device/flashlight,/obj/item/weapon/pen,/obj/item/clothing/head/soft,/obj/item/clothing/head/beret,/obj/item/weapon/storage/fancy/cigarettes,/obj/item/weapon/flame/lighter,/obj/item/device/taperecorder,/obj/item/device/analyzer,/obj/item/device/radio,/obj/item/taperoll) /obj/item/clothing/suit/storage/service/expeditionary - name = "expeditionary jacket" - desc = "A uniform service jacket belonging to the SCG Expeditionary Corps. It has silver buttons." + name = "\improper SifGuard jacket" + desc = "A uniform service jacket belonging to the Sif Homeguard Corps. It has silver buttons." icon_state = "blackservice_crew" /obj/item/clothing/suit/storage/service/expeditionary/medical - name = "expeditionary medical jacket" - desc = "A uniform service jacket belonging to the SCG Expeditionary Corps. It has silver buttons and blue trim." + name = "\improper SifGuard medical jacket" + desc = "A uniform service jacket belonging to the Sif Homeguard Corps. It has silver buttons and blue trim." icon_state = "blackservice_med" /obj/item/clothing/suit/storage/service/expeditionary/medical/command - name = "expeditionary medical command jacket" - desc = "A uniform service jacket belonging to the SCG Expeditionary Corps. It has gold buttons and blue trim." + name = "\improper SifGuard medical command jacket" + desc = "A uniform service jacket belonging to the Sif Homeguard Corps. It has gold buttons and blue trim." icon_state = "blackservice_medcom" /obj/item/clothing/suit/storage/service/expeditionary/engineering - name = "expeditionary engineering jacket" - desc = "A uniform service jacket belonging to the SCG Expeditionary Corps. It has silver buttons and orange trim." + name = "\improper SifGuard engineering jacket" + desc = "A uniform service jacket belonging to the Sif Homeguard Corps. It has silver buttons and orange trim." icon_state = "blackservice_eng" /obj/item/clothing/suit/storage/service/expeditionary/engineering/command - name = "expeditionary engineering command jacket" - desc = "A uniform service jacket belonging to the SCG Expeditionary Corps. It has gold buttons and orange trim." + name = "\improper SifGuard engineering command jacket" + desc = "A uniform service jacket belonging to the Sif Homeguard Corps. It has gold buttons and orange trim." icon_state = "blackservice_engcom" /obj/item/clothing/suit/storage/service/expeditionary/supply - name = "expeditionary supply jacket" - desc = "A uniform service jacket belonging to the SCG Expeditionary Corps. It has silver buttons and brown trim." + name = "\improper SifGuard supply jacket" + desc = "A uniform service jacket belonging to the Sif Homeguard Corps. It has silver buttons and brown trim." icon_state = "blackservice_sup" /obj/item/clothing/suit/storage/service/expeditionary/security - name = "expeditionary security jacket" - desc = "A uniform service jacket belonging to the SCG Expeditionary Corps. It has silver buttons and red trim." + name = "\improper SifGuard security jacket" + desc = "A uniform service jacket belonging to the Sif Homeguard Corps. It has silver buttons and red trim." icon_state = "blackservice_sec" /obj/item/clothing/suit/storage/service/expeditionary/security/command - name = "expeditionary security command jacket" - desc = "A uniform service jacket belonging to the SCG Expeditionary Corps. It has gold buttons and red trim." + name = "\improper SifGuard security command jacket" + desc = "A uniform service jacket belonging to the Sif Homeguard Corps. It has gold buttons and red trim." icon_state = "blackservice_seccom" /obj/item/clothing/suit/storage/service/expeditionary/command - name = "expeditionary command jacket" - desc = "A uniform service jacket belonging to the SCG Expeditionary Corps. It has gold buttons and gold trim." + name = "\improper SifGuard command jacket" + desc = "A uniform service jacket belonging to the Sif Homeguard Corps. It has gold buttons and gold trim." icon_state = "blackservice_com" /obj/item/clothing/suit/storage/service/marine diff --git a/code/modules/clothing/under/solgov.dm b/code/modules/clothing/under/solgov.dm index 6dc92e1238..eb3ed28a85 100644 --- a/code/modules/clothing/under/solgov.dm +++ b/code/modules/clothing/under/solgov.dm @@ -11,8 +11,8 @@ body_parts_covered = UPPER_TORSO|LOWER_TORSO /obj/item/clothing/under/pt/expeditionary - name = "expeditionary pt uniform" - desc = "A baggy shirt bearing the seal of the SCG Expeditionary Corps and some dorky looking blue shorts." + name = "\improper SifGuard pt uniform" + desc = "A baggy shirt bearing the seal of the Sif Homeguard Corps and some dorky looking blue shorts." icon_state = "expeditionpt" worn_state = "expeditionpt" @@ -40,57 +40,57 @@ siemens_coefficient = 0.9 /obj/item/clothing/under/utility/expeditionary - name = "expeditionary uniform" - desc = "The utility uniform of the SCG Expeditionary Corps, made from biohazard resistant material. This one has silver trim." + name = "\improper SifGuard uniform" + desc = "The utility uniform of the Sif Homeguard Corps, made from biohazard resistant material. This one has silver trim." icon_state = "blackutility_crew" worn_state = "blackutility_crew" armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 10) /obj/item/clothing/under/utility/expeditionary/medical - name = "expeditionary medical uniform" - desc = "The utility uniform of the SCG Expeditionary Corps, made from biohazard resistant material. This one has silver trim and blue blazes." + name = "\improper SifGuard medical uniform" + desc = "The utility uniform of the Sif Homeguard Corps, made from biohazard resistant material. This one has silver trim and blue blazes." icon_state = "blackutility_med" worn_state = "blackutility_med" /obj/item/clothing/under/utility/expeditionary/medical/command - name = "expeditionary medical command uniform" - desc = "The utility uniform of the SCG Expeditionary Corps, made from biohazard resistant material. This one has gold trim and blue blazes." + name = "\improper SifGuard medical command uniform" + desc = "The utility uniform of the Sif Homeguard Corps, made from biohazard resistant material. This one has gold trim and blue blazes." icon_state = "blackutility_medcom" worn_state = "blackutility_medcom" /obj/item/clothing/under/utility/expeditionary/engineering - name = "expeditionary engineering uniform" - desc = "The utility uniform of the SCG Expeditionary Corps, made from biohazard resistant material. This one has silver trim and organge blazes." + name = "\improper SifGuard engineering uniform" + desc = "The utility uniform of the Sif Homeguard Corps, made from biohazard resistant material. This one has silver trim and organge blazes." icon_state = "blackutility_eng" worn_state = "blackutility_eng" /obj/item/clothing/under/utility/expeditionary/engineering/command - name = "expeditionary engineering command uniform" - desc = "The utility uniform of the SCG Expeditionary Corps, made from biohazard resistant material. This one has gold trim and organge blazes." + name = "\improper SifGuard engineering command uniform" + desc = "The utility uniform of the Sif Homeguard Corps, made from biohazard resistant material. This one has gold trim and organge blazes." icon_state = "blackutility_engcom" worn_state = "blackutility_engcom" /obj/item/clothing/under/utility/expeditionary/supply - name = "expeditionary supply uniform" - desc = "The utility uniform of the SCG Expeditionary Corps, made from biohazard resistant material. This one has silver trim and brown blazes." + name = "\improper SifGuard supply uniform" + desc = "The utility uniform of the Sif Homeguard Corps, made from biohazard resistant material. This one has silver trim and brown blazes." icon_state = "blackutility_sup" worn_state = "blackutility_sup" /obj/item/clothing/under/utility/expeditionary/security - name = "expeditionary security uniform" - desc = "The utility uniform of the SCG Expeditionary Corps, made from biohazard resistant material. This one has silver trim and red blazes." + name = "\improper SifGuard security uniform" + desc = "The utility uniform of the Sif Homeguard Corps, made from biohazard resistant material. This one has silver trim and red blazes." icon_state = "blackutility_sec" worn_state = "blackutility_sec" /obj/item/clothing/under/utility/expeditionary/security/command - name = "expeditionary security command uniform" - desc = "The utility uniform of the SCG Expeditionary Corps, made from biohazard resistant material. This one has gold trim and red blazes." + name = "\improper SifGuard security command uniform" + desc = "The utility uniform of the Sif Homeguard Corps, made from biohazard resistant material. This one has gold trim and red blazes." icon_state = "blackutility_seccom" worn_state = "blackutility_seccom" /obj/item/clothing/under/utility/expeditionary/command - name = "expeditionary command uniform" - desc = "The utility uniform of the SCG Expeditionary Corps, made from biohazard resistant material. This one has gold trim and gold blazes." + name = "\improper SifGuard command uniform" + desc = "The utility uniform of the Sif Homeguard Corps, made from biohazard resistant material. This one has gold trim and gold blazes." icon_state = "blackutility_com" worn_state = "blackutility_com" @@ -221,14 +221,14 @@ siemens_coefficient = 0.9 /obj/item/clothing/under/dress/expeditionary - name = "expeditionary dress uniform" - desc = "The dress uniform of the SCG Expeditionary Corps in silver trim." + name = "\improper SifGuard dress uniform" + desc = "The dress uniform of the Sif Homeguard Corps in silver trim." icon_state = "greydress" worn_state = "greydress" /obj/item/clothing/under/dress/expeditionary/command - name = "expeditionary command dress uniform" - desc = "The dress uniform of the SCG Expeditionary Corps in gold trim." + name = "\improper SifGuard command dress uniform" + desc = "The dress uniform of the Sif Homeguard Corps in gold trim." icon_state = "greydress_com" worn_state = "greydress_com"