Merge pull request #828 from SPLURT-Station/fix-runner-jacket
Fix runner jacket & some new sprites
@@ -344,7 +344,7 @@ GLOBAL_LIST_INIT(prosthetic_limb_types, list("xion","bishop","cybersolutions","g
|
||||
GLOBAL_LIST_INIT(nongendered_limb_types, list("fly", "zombie" ,"synth", "shadow", "cultgolem", "agent", "plasmaman", "clockgolem", "clothgolem"))
|
||||
|
||||
//list of eye types, corresponding to a respective left and right icon state for the set of eyes
|
||||
GLOBAL_LIST_INIT(eye_types, list("normal", "insect", "moth", "double", "double2", "double3", "spider", "cyclops", "third", "spectre", "shadekin", "none"))
|
||||
GLOBAL_LIST_INIT(eye_types, list("normal", "insect", "moth", "double", "double2", "double3", "spider", "cyclops", "third", "spectre", "shadekin", "noodle", "none"))
|
||||
|
||||
//list linking bodypart bitflags to their actual names
|
||||
GLOBAL_LIST_INIT(bodypart_names, list(num2text(HEAD) = "Head", num2text(CHEST) = "Chest", num2text(LEG_LEFT) = "Left Leg", num2text(LEG_RIGHT) = "Right Leg", num2text(ARM_LEFT) = "Left Arm", num2text(ARM_RIGHT) = "Right Arm"))
|
||||
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.1 KiB |
@@ -102,6 +102,7 @@
|
||||
name = "Runner Jacket"
|
||||
icon = 'modular_splurt/icons/obj/clothing/suits.dmi'
|
||||
mob_overlay_icon = 'modular_splurt/icons/mob/clothing/suit.dmi'
|
||||
item_state = null
|
||||
|
||||
/obj/item/clothing/suit/jacket/runner/engi
|
||||
name = "Engineer Runner Jacket"
|
||||
|
||||
@@ -165,3 +165,8 @@
|
||||
name = "Fluffball"
|
||||
icon = 'modular_splurt/icons/mob/hair.dmi'
|
||||
icon_state = "hair_fluffball"
|
||||
|
||||
/datum/sprite_accessory/hair/phoebe
|
||||
name = "Phoebe"
|
||||
icon = 'modular_splurt/icons/mob/hair.dmi'
|
||||
icon_state = "hair_phoebe"
|
||||
|
||||
@@ -255,3 +255,9 @@
|
||||
icon = 'modular_splurt/icons/mob/mam_snouts.dmi'
|
||||
icon_state = "tajaranshort"
|
||||
matrixed_sections = MATRIX_RED_GREEN
|
||||
|
||||
/datum/sprite_accessory/snouts/mam_snouts/noodle
|
||||
name = "Noodle"
|
||||
icon = 'modular_splurt/icons/mob/mam_snouts.dmi'
|
||||
icon_state = "noodle"
|
||||
matrixed_sections = MATRIX_ALL
|
||||
|
||||
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 29 KiB |