This commit is contained in:
kevinz000
2016-05-03 02:02:23 -07:00
parent 6fc056f393
commit fbe2cda8a9
3 changed files with 4 additions and 4 deletions
@@ -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 << "<span class='userdanger'>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.</span>"
status_flags &= ~CANPUSH
feedback_inc("cyborg_peacekeeper",1) //I'm assuming this is for logging.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 102 KiB