Skip to content

Commit

Permalink
No sir, not allowing sprites being unused
Browse files Browse the repository at this point in the history
Since SPLURT doesn't have science module, it is made for service one.
  • Loading branch information
NopemanMcHalt committed Nov 7, 2023
1 parent cdf660e commit 3f3d35a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/mob/living/silicon/robot/robot_modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,7 @@
"(Janitor) Meka" = image(icon = 'modular_splurt/icons/mob/robots_32x64.dmi', icon_state = "mekajani"), // SPLURT Addon
"(Janitor) Feline" = image(icon = 'modular_splurt/icons/mob/widerobot.dmi', icon_state = "vixjani-b"), // SPLURT Addon (ChompS Port)
"(Janitor) Raptor V-4" = image(icon = 'modular_splurt/icons/mob/robots_64x45.dmi', icon_state = "janiraptor-b"), // SPLURT Addon (ChompS Port)
"(Janitor Alt) Raptor V-4" = image(icon = 'modular_splurt/icons/mob/robots_64x45.dmi', icon_state = "sciraptor-b"), // SPLURT Addon (ChompS Port)
"(Waiter) Meka" = image(icon = 'modular_splurt/icons/mob/robots_32x64.dmi', icon_state = "mekaserve_alt"), // SPLURT Addon
)
var/list/L = list("(Service) DarkK9" = "k50", "(Service) Vale" = "valeserv", "(Service) ValeDark" = "valeservdark",
Expand Down Expand Up @@ -1516,6 +1517,11 @@
cyborg_icon_override = 'modular_splurt/icons/mob/robots_64x45.dmi'
sleeper_overlay = "janiraptor-sleeper"
dogborg = TRUE
if("(Janitor Alt) Raptor V-4") // SPLURT Addon (ChompS Port); If someone decide to make science module for SPLURT, just cut and paste it, then tweak
cyborg_base_icon = "sciraptor"
cyborg_icon_override = 'modular_splurt/icons/mob/robots_64x45.dmi'
sleeper_overlay = "sciraptor-sleeper"
dogborg = TRUE
if("(Waiter) Meka")
cyborg_base_icon = "mekaserve_alt"
cyborg_icon_override = 'modular_splurt/icons/mob/robots_32x64.dmi'
Expand Down

0 comments on commit 3f3d35a

Please sign in to comment.