diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 9ee88cde02d..8aaf52f31a8 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -237,10 +237,10 @@ if("Peacekeeper") //Secborg sprites untill someone gives me some to update with module = new /obj/item/weapon/robot_module/peacekeeper(src) - hands.icon_state = "security" - icon_state = "secborg" - animation_length = 28 - modtype = "Sec" //No idea what this does + hands.icon_state = "peace" + icon_state = "peaceborg" + animation_length = 54 + modtype = "Pea" src << "Under ASIMOV, you are an enforcer of the PEACE and preventer of HUMAN HARM. You are not a security module and you are expected to follow orders and prevent harm above all else. Space law means nothing to you." status_flags &= ~CANPUSH feedback_inc("cyborg_peacekeeper",1) //I'm assuming this is for logging. diff --git a/icons/mob/robot_transformations.dmi b/icons/mob/robot_transformations.dmi index 1cedece909f..f389bb60a02 100644 Binary files a/icons/mob/robot_transformations.dmi and b/icons/mob/robot_transformations.dmi differ diff --git a/icons/mob/robots.dmi b/icons/mob/robots.dmi index 9f1ea3d8562..a7d98d699c5 100644 Binary files a/icons/mob/robots.dmi and b/icons/mob/robots.dmi differ