mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
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:
@@ -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
|
||||
..()
|
||||
..()
|
||||
Reference in New Issue
Block a user