mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
13 lines
565 B
Plaintext
13 lines
565 B
Plaintext
//Pilot
|
|
|
|
/obj/item/clothing/suit/storage/toggle/bomber/pilot
|
|
name = "pilot jacket"
|
|
desc = "A thick, blue bomber jacket."
|
|
icon_state = "pilot_bomber"
|
|
item_icons = list(slot_wear_suit_str = 'maps/southern_cross/icons/mob/sc_suit.dmi')
|
|
item_state_slots = list(slot_r_hand_str = "brown_jacket", slot_l_hand_str = "brown_jacket")
|
|
icon = 'maps/southern_cross/icons/obj/sc_suit.dmi'
|
|
sprite_sheets = list(
|
|
SPECIES_TESHARI = 'maps/southern_cross/icons/mob/species/teshari/sc_suit.dmi'
|
|
)
|
|
min_cold_protection_temperature = SPACE_SUIT_MIN_COLD_PROTECTION_TEMPERATURE |