diff --git a/code/game/objects/items/robot/robot_items.dm b/code/game/objects/items/robot/robot_items.dm index bbb177f8e31..29aa76d0218 100644 --- a/code/game/objects/items/robot/robot_items.dm +++ b/code/game/objects/items/robot/robot_items.dm @@ -185,6 +185,10 @@ cooldown = world.time + 200 message_admins("[key_name_admin(user, user.client)](?) (FLW) used a cyborg Harm Alarm in ([user.x],[user.y],[user.z] - JMP)",0,1) log_game("[user.ckey]([user]) used a Cyborg Harm Alarm in ([user.x],[user.y],[user.z])") + if(isrobot(user)) + var/mob/living/silicon/R = user + R.connected_ai << "NOTICE - Peacekeeping 'HARM ALARM' used by: [user]" + return if(safety == 0) diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 8aaf52f31a8..f36b53552c3 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 = "peace" + hands.icon_state = "standard" icon_state = "peaceborg" animation_length = 54 - modtype = "Pea" + modtype = "Peace" 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.