mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user