mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Forbids medical rovers from wearing hats (#27500)
Medical rovers can no longer wear hats, as the system doesn't allow hat offsets per-direction.
This commit is contained in:
@@ -537,7 +537,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", "Rover-Jani", "Rover-Engi", "Rover-Serv", "Hydrobot")
|
||||
if("Engineering", "Miner_old", "JanBot2", "Medbot", "engineerrobot", "maximillion", "secborg", "Rover-Medi", "Rover-Jani", "Rover-Engi", "Rover-Serv", "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