Merge remote-tracking branch 'upstream/master' into Races-port

This commit is contained in:
Comicao1
2023-05-15 13:36:15 -03:00
8 changed files with 32 additions and 0 deletions
+7
View File
@@ -14,3 +14,10 @@
- rscadd: Broken MOD cores can be found in maintenance loot
- tweak: Defibs fire a signal on a successful result
- tweak: AI and pAI procs to enable MODsuit control
2023-05-13:
LeChatGuid2:
- rscadd: New sprites for snout, ears and floof
- rscadd: New markings
2023-05-14:
LeChatGuid2:
- bugfix: fixed the renamon markings for the left plantigrade leg
@@ -125,6 +125,12 @@
icon_state = "pilotjaw"
covered_limbs = list("Head" = MATRIX_RED_BLUE)
/datum/sprite_accessory/mam_body_markings/renamon
name = "Renamon"
icon = 'modular_splurt/icons/mob/mam_markings.dmi'
icon_state = "renamon"
covered_limbs = list("Head" = MATRIX_BLUE, "Left Leg" = MATRIX_BLUE, "Right Leg" = MATRIX_BLUE)
/******************************************
************* Insect Markings *************
*******************************************/
@@ -153,3 +159,10 @@
icon_state = "flat"
color_src = MATRIXED
matrixed_sections = MATRIX_RED_BLUE
/datum/sprite_accessory/insect_fluff/renamon
name = "Renamon"
icon = 'modular_splurt/icons/mob/neck_fluff.dmi'
icon_state = "renamon"
color_src = MATRIXED
matrixed_sections = MATRIX_GREEN
@@ -127,3 +127,9 @@
icon_state = "jackal"
matrixed_sections = MATRIX_RED_BLUE
icon = 'modular_splurt/icons/mob/mam_ears.dmi'
/datum/sprite_accessory/ears/mam_ears/renamon
name = "Renamon"
icon_state = "renamon"
matrixed_sections = MATRIX_ALL
icon = 'modular_splurt/icons/mob/mam_ears.dmi'
@@ -261,3 +261,9 @@
icon = 'modular_splurt/icons/mob/mam_snouts.dmi'
icon_state = "noodle"
matrixed_sections = MATRIX_ALL
/datum/sprite_accessory/snouts/mam_snouts/renamon
name = "Renamon"
icon = 'modular_splurt/icons/mob/mam_snouts.dmi'
icon_state = "renamon"
matrixed_sections = MATRIX_RED_BLUE
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1021 B

After

Width:  |  Height:  |  Size: 1.2 KiB