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
@@ -96,7 +96,7 @@
//20% chance to actually hit the eyes
if(prob(effectchance * diode.rating))
add_logs(user, C, "shone in the eyes", object="laser pointer")
add_logs(C, user, "shone in the eyes", object="laser pointer")
//eye target check
@@ -213,4 +213,4 @@
energy = max_energy
recharging = 0
recharge_locked = 0
..()
..()