mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
Fixes default-named admin outfits (#13280)
Co-authored-by: Kyep <Kyep@users.noreply.github.com>
This commit is contained in:
@@ -541,7 +541,7 @@
|
||||
P.attack_self(H) // activate them, display musical notes effect
|
||||
|
||||
/datum/outfit/admin/soviet
|
||||
|
||||
name = "Soviet Generic"
|
||||
gloves = /obj/item/clothing/gloves/combat
|
||||
uniform = /obj/item/clothing/under/soviet
|
||||
back = /obj/item/storage/backpack/satchel
|
||||
@@ -771,6 +771,7 @@
|
||||
apply_to_card(I, H, get_all_accesses(), "Space Explorer")
|
||||
|
||||
/datum/outfit/admin/hardsuit
|
||||
name = "Hardsuit Generic"
|
||||
back = /obj/item/tank/jetpack/oxygen
|
||||
mask = /obj/item/clothing/mask/breath
|
||||
shoes = /obj/item/clothing/shoes/magboots
|
||||
@@ -823,6 +824,7 @@
|
||||
|
||||
|
||||
/datum/outfit/admin/tournament
|
||||
name = "Tournament Generic"
|
||||
suit = /obj/item/clothing/suit/armor/vest
|
||||
shoes = /obj/item/clothing/shoes/black
|
||||
head = /obj/item/clothing/head/helmet/thunderdome
|
||||
|
||||
Reference in New Issue
Block a user