Adds a new Janitorial "Rover" cyborg skin (#27310)

* Janitor Rover

Adds the janitorial version of the Rover cyborg skin.

* Typo Fix

Jani rover formatting fix

* No-Hat

Currently the code doesn't support different hat offsets for directionals.

* Pink-to-Purple

Changed to a purpler color to better match other janitorial items.

* Deconflict

* Deconflict Again
This commit is contained in:
ExusA
2024-11-14 17:28:13 +08:00
committed by GitHub
parent fdd4c98f20
commit 5cd987f464
2 changed files with 2 additions and 1 deletions
@@ -429,6 +429,7 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
"Standard" = image('icons/mob/robots.dmi', "Standard-Jani"),
"Noble-CLN" = image('icons/mob/robots.dmi', "Noble-CLN"),
"Cricket" = image('icons/mob/robots.dmi', "Cricket-JANI"),
"Rover" = image('icons/mob/robots.dmi', "Rover-Jani"),
"Custodiborg" = image('icons/mob/robots.dmi', "custodiborg")
)
if("Medical")
@@ -503,7 +504,7 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
*/
/mob/living/silicon/robot/proc/robot_module_hat_offset(module)
switch(module)
if("Engineering", "Miner_old", "JanBot2", "Medbot", "engineerrobot", "maximillion", "secborg", "Hydrobot", "Rover-Engi")
if("Engineering", "Miner_old", "JanBot2", "Medbot", "engineerrobot", "maximillion", "secborg", "Rover-Jani", "Rover-Engi", "Hydrobot")
can_be_hatted = FALSE // Their base sprite already comes with a hat
hat_offset_y = -1
if("Noble-CLN", "Noble-SRV", "Noble-DIG", "Noble-MED", "Noble-SEC", "Noble-ENG", "Noble-STD")