Skip to content

Commit

Permalink
y'all want some more legs (#1066)
Browse files Browse the repository at this point in the history
* some feet

* Revert "[SEMIMODULAR] Fixes multi-bodytype characters (digitigrade, species custom) only having digi apply when custom could be applied (#961)"

This reverts commit df15141d51a7fb1dd26d2931147d92fb512748f8.

* Revert "Revert "[SEMIMODULAR] Fixes multi-bodytype characters (digitigrade, species custom) only having digi apply when custom could be applied (#961)""

This reverts commit f93d2e5c2e2d91ff34b29cced66f98c9b340bf25.

* pretty marking

---------

Co-authored-by: Mal <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Feb 25, 2024
1 parent 56d4faa commit 22cfee1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions modular_nova/modules/customization/_globalvars/lists.dm
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ GLOBAL_LIST_INIT(robotic_styles_list, list(
"Xion Manufacturing Group 2.0" = 'modular_nova/master_files/icons/mob/augmentation/xm2ipc.dmi',
"Zeng-Hu Pharmaceuticals" = 'modular_nova/master_files/icons/mob/augmentation/zhpipc.dmi',
"Mariinsky Ballet Company" = 'modular_nova/master_files/icons/mob/augmentation/mariinskyipc.dmi',
"Zhenkov & Co. Foundries" = 'modular_nova/master_files/icons/mob/augmentation/zhenkovipc.dmi',
))

//ghoul colors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@
icon_state = "anklet"
affected_bodyparts = LEG_RIGHT | LEG_LEFT

/datum/body_marking/other/legband
name = "Leg Band"
icon_state = "legband"
affected_bodyparts = LEG_RIGHT | LEG_LEFT

/datum/body_marking/secondary
icon = 'modular_nova/master_files/icons/mob/body_markings/secondary_markings.dmi'
default_color = DEFAULT_SECONDARY
Expand Down

0 comments on commit 22cfee1

Please sign in to comment.