Skip to content

Commit

Permalink
Merge pull request #3400 from OverDriveZ/Eki-bigcat-double4
Browse files Browse the repository at this point in the history
My boi Eki made some sprites options for y'all [ready to merge]

Might make some eyes later too, feeling cute.
  • Loading branch information
Tk420634 authored Oct 13, 2023
2 parents c64a6a9 + 0e4cf7b commit eece384
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/_globalvars/lists/flavor_misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,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", "smutant"))

//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", "anime", "wide", "derpy", "insect", "moth", "double", "double2", "double3", "cyclops", "shadekin"))
GLOBAL_LIST_INIT(eye_types, list("normal", "anime", "wide", "derpy", "insect", "moth", "double", "double2", "double3", "double4", "cyclops", "shadekin"))

//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"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,9 @@
color_src = MUTCOLORS
extra = FALSE

/datum/sprite_accessory/taur/bigcat
name = "Big Cat"
icon_state = "bigcat"
taur_mode = STYLE_PAW_TAURIC
color_src = MUTCOLORS
extra = TRUE
Binary file modified icons/mob/eyes.dmi
Binary file not shown.
Binary file modified icons/mob/mam/citadel/mam_taur.dmi
Binary file not shown.

0 comments on commit eece384

Please sign in to comment.