Skip to content

Commit

Permalink
i live in misery
Browse files Browse the repository at this point in the history
  • Loading branch information
NopemanMcHalt committed Nov 7, 2023
1 parent 3f3d35a commit 947ef81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion code/modules/mob/living/silicon/robot/robot_modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,7 @@
"(Janitor) Haydee" = image(icon = 'modular_splurt/icons/mob/robots.dmi', icon_state = "haydeejan"), // SPLURT Addon
"(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 Alt) Feline" = image(icon = 'modular_splurt/icons/mob/widerobot.dmi', icon_state = "vixsci-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
Expand Down Expand Up @@ -1512,12 +1513,17 @@
cyborg_icon_override = 'modular_splurt/icons/mob/widerobot.dmi'
sleeper_overlay = "vixjani-sleeper"
dogborg = TRUE
if("(Janitor Alt) Feline") // SPLURT Addon (ChompS Port); If someone decide to make science module for SPLURT, just cut and paste it, then apply tweaks
cyborg_base_icon = "vixsci"
cyborg_icon_override = 'modular_splurt/icons/mob/widerobot.dmi'
sleeper_overlay = "vixsci-sleeper"
dogborg = TRUE
if("(Janitor) Raptor V-4") // SPLURT Addon (ChompS Port)
cyborg_base_icon = "janiraptor"
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
if("(Janitor Alt) Raptor V-4") // SPLURT Addon (ChompS Port); Ditto with sci module thing.
cyborg_base_icon = "sciraptor"
cyborg_icon_override = 'modular_splurt/icons/mob/robots_64x45.dmi'
sleeper_overlay = "sciraptor-sleeper"
Expand Down

0 comments on commit 947ef81

Please sign in to comment.