mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fairly Sizable Fed Lore Drop (#26600)
* the fedening * Federation -> TSF * Update outfit_admin.dm * Update outfit_admin.dm * i forgor * few more
This commit is contained in:
@@ -690,7 +690,7 @@
|
||||
)
|
||||
|
||||
/datum/outfit/admin/solgov_rep
|
||||
name = "Solar Federation Representative"
|
||||
name = "Trans-Solar Federation Representative"
|
||||
|
||||
uniform = /obj/item/clothing/under/solgov/rep
|
||||
back = /obj/item/storage/backpack/satchel
|
||||
@@ -720,12 +720,12 @@
|
||||
var/obj/item/card/id/I = H.wear_id
|
||||
if(istype(I))
|
||||
apply_to_card(I, H, get_all_centcom_access(), name, "lifetimeid")
|
||||
I.assignment = "Solar Federation Representative"
|
||||
I.assignment = "Trans-Solar Federation Representative"
|
||||
H.sec_hud_set_ID()
|
||||
|
||||
|
||||
/datum/outfit/admin/solgov
|
||||
name = "Solar Federation Marine"
|
||||
name = "TSF Marine"
|
||||
uniform = /obj/item/clothing/under/solgov
|
||||
suit = /obj/item/clothing/suit/armor/bulletproof
|
||||
back = /obj/item/storage/backpack/ert/solgov
|
||||
@@ -778,7 +778,7 @@
|
||||
H.sec_hud_set_ID()
|
||||
|
||||
/datum/outfit/admin/solgov/lieutenant
|
||||
name = "Solar Federation Lieutenant"
|
||||
name = "TSF Lieutenant"
|
||||
uniform = /obj/item/clothing/under/solgov/command
|
||||
head = /obj/item/clothing/head/beret/solgov/command
|
||||
glasses = /obj/item/clothing/glasses/night
|
||||
@@ -798,7 +798,7 @@
|
||||
is_solgov_lieutenant = TRUE
|
||||
|
||||
/datum/outfit/admin/solgov/elite
|
||||
name = "Solar Federation Specops Marine"
|
||||
name = "MARSOC Marine"
|
||||
uniform = /obj/item/clothing/under/solgov/elite
|
||||
suit = /obj/item/clothing/suit/space/hardsuit/ert/solgov
|
||||
head = null
|
||||
@@ -819,7 +819,7 @@
|
||||
)
|
||||
|
||||
/datum/outfit/admin/solgov/elite/lieutenant
|
||||
name = "Solar Federation Specops Lieutenant"
|
||||
name = "MARSOC Lieutenant"
|
||||
uniform = /obj/item/clothing/under/solgov/command/elite
|
||||
suit = /obj/item/clothing/suit/space/hardsuit/ert/solgov/command
|
||||
head = null
|
||||
@@ -1508,7 +1508,7 @@
|
||||
H.mind.AddSpell(S)
|
||||
|
||||
/datum/outfit/admin/viper
|
||||
name = "Solar Federation Viper Infiltrator"
|
||||
name = "TSF Viper Infiltrator"
|
||||
|
||||
uniform = /obj/item/clothing/under/solgov/viper
|
||||
back = /obj/item/storage/backpack/satchel
|
||||
|
||||
Reference in New Issue
Block a user