Fixed a few more reversed add_logs

Did a search, and found 3 of these to patch up. Perhaps there's
something left, perhaps not.
This commit is contained in:
Crazylemon
2015-09-29 11:56:51 -07:00
parent 25f19dff0d
commit 734e0842e2
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -571,7 +571,7 @@
playsound(src,'sound/weapons/resonator_blast.ogg',50,1)
if(creator)
for(var/mob/living/L in src.loc)
add_logs(creator, L, "used a resonator field on", object="resonator")
add_logs(L, creator, "used a resonator field on", object="resonator")
L << "<span class='danger'>The [src.name] ruptured with you in it!</span>"
L.adjustBruteLoss(resonance_damage)
else