mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 19:49:39 +01:00
* Case of lower * More changes * Ruins the nice 420 diff, brainfart when doing the second batch of conversions * More changes * Next batch. I think * Converts even more paths * Restarts bots * Capital Free Zone * Come on travis, do something * Renames areas * Bots, please stop dying * Updates CONTRIBUTING.md and updates a few paths I missed. * APC recgarftzfvas /obj/item/computer_hardware/recharger/apc to /obj/item/computer_hardware/recharger/apc_recharger
65 lines
1.7 KiB
Plaintext
65 lines
1.7 KiB
Plaintext
//Just some alt-uniforms themed around Star Trek - Pls don't sue, Mr Roddenberry ;_;
|
|
|
|
|
|
/obj/item/clothing/under/trek
|
|
can_adjust = FALSE
|
|
icon = 'icons/obj/clothing/under/trek.dmi'
|
|
worn_icon = 'icons/mob/clothing/under/trek.dmi'
|
|
|
|
|
|
//TOS
|
|
/obj/item/clothing/under/trek/command
|
|
name = "command uniform"
|
|
desc = "The uniform worn by command officers."
|
|
icon_state = "trek_command"
|
|
inhand_icon_state = "y_suit"
|
|
|
|
/obj/item/clothing/under/trek/engsec
|
|
name = "engsec uniform"
|
|
desc = "The uniform worn by engineering/security officers."
|
|
icon_state = "trek_engsec"
|
|
inhand_icon_state = "r_suit"
|
|
armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) //more sec than eng, but w/e.
|
|
strip_delay = 50
|
|
|
|
/obj/item/clothing/under/trek/medsci
|
|
name = "medsci uniform"
|
|
desc = "The uniform worn by medical/science officers."
|
|
icon_state = "trek_medsci"
|
|
inhand_icon_state = "b_suit"
|
|
|
|
|
|
//TNG
|
|
/obj/item/clothing/under/trek/command/next
|
|
icon_state = "trek_next_command"
|
|
inhand_icon_state = "r_suit"
|
|
|
|
/obj/item/clothing/under/trek/engsec/next
|
|
icon_state = "trek_next_engsec"
|
|
inhand_icon_state = "y_suit"
|
|
|
|
/obj/item/clothing/under/trek/medsci/next
|
|
icon_state = "trek_next_medsci"
|
|
|
|
|
|
//ENT
|
|
/obj/item/clothing/under/trek/command/ent
|
|
icon_state = "trek_ent_command"
|
|
inhand_icon_state = "bl_suit"
|
|
|
|
/obj/item/clothing/under/trek/engsec/ent
|
|
icon_state = "trek_ent_engsec"
|
|
inhand_icon_state = "bl_suit"
|
|
|
|
/obj/item/clothing/under/trek/medsci/ent
|
|
icon_state = "trek_ent_medsci"
|
|
inhand_icon_state = "bl_suit"
|
|
|
|
|
|
//Q
|
|
/obj/item/clothing/under/trek/q
|
|
name = "french marshall's uniform"
|
|
desc = "Something about it feels off..."
|
|
icon_state = "trek_Q"
|
|
inhand_icon_state = "r_suit"
|