Adds logging to emagged borgs using their stun arm.

This commit is contained in:
AndroidSFV
2014-01-04 03:59:57 -06:00
parent 537b6ddba0
commit fe6f217d6f

View File

@@ -21,6 +21,7 @@
for(var/mob/O in viewers(M, null)) for(var/mob/O in viewers(M, null))
if (O.client) if (O.client)
O.show_message("\red <B>[user] has prodded [M] with an electrically-charged arm!</B>", 1, "\red You hear someone fall", 2) O.show_message("\red <B>[user] has prodded [M] with an electrically-charged arm!</B>", 1, "\red You hear someone fall", 2)
add_logs(user, M, "stunned", object="[src.name]", addition="(INTENT: [uppertext(user.a_intent)])")
/obj/item/borg/overdrive /obj/item/borg/overdrive
name = "overdrive" name = "overdrive"