mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
mmmm noodles
yum
This commit is contained in:
@@ -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"))
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.1 KiB |
@@ -165,3 +165,9 @@
|
||||
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"
|
||||
color_src = NONE
|
||||
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user