Skip to content

Commit

Permalink
Merge pull request #1183 from GyrPhlymBaBumble/master
Browse files Browse the repository at this point in the history
Added New Haydee + Borg Sprite Updates
  • Loading branch information
MosleyTheMalO committed Jul 27, 2024
2 parents 7d0d1b3 + 8f225f2 commit f34b176
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/mob/living/silicon/robot/robot_modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,7 @@
"(Janitor) Drake" = image(icon = 'modular_sand/icons/mob/cyborg/drakemech.dmi', icon_state = "drakejanitbox"),
"Assaultron" = image(icon = 'modular_splurt/icons/mob/robots.dmi', icon_state = "assaultron_service"), // SPLURT Addon
"(Janitor) Haydee" = image(icon = 'modular_splurt/icons/mob/robots.dmi', icon_state = "haydeejan"), // SPLURT Addon
"(Slutvice) Haydee" = image(icon= 'modular_splurt/icons/mob/robots.dmi', icon_state = "HaydeeServ"), // SPLURT Addon (Also added to Bubber but made for here)
"(Janitor) Meka" = image(icon = 'modular_splurt/icons/mob/robots_32x64.dmi', icon_state = "mekajani"), // SPLURT Addon
"(Janitor) M-Meka" = image(icon = 'modular_splurt/icons/mob/robots_32x64.dmi', icon_state = "mmekajani"), // SPLURT Addon
"(Janitor) F-Meka" = image(icon = 'modular_splurt/icons/mob/robots_32x64.dmi', icon_state = "fmekajani"), // SPLURT Addon
Expand Down Expand Up @@ -1677,6 +1678,10 @@
cyborg_base_icon = "haydeejan"
cyborg_icon_override = 'modular_splurt/icons/mob/robots.dmi'
hat_offset = 3
if("(Slutvice) Haydee") // SPLURT Addon, Also added to Bubberstation
cyborg_base_icon = "HaydeeServ"
cyborg_icon_override = 'modular_splurt/icons/mob/robots.dmi'
hat_offset = 3
if("(Janitor) Meka")
cyborg_base_icon = "mekajani"
cyborg_icon_override = 'modular_splurt/icons/mob/robots_32x64.dmi'
Expand Down
Binary file modified modular_splurt/icons/mob/robots.dmi
Binary file not shown.

0 comments on commit f34b176

Please sign in to comment.