Mirror shield rebound doesn't use a thrower

This commit is contained in:
4dplanner
2019-05-30 15:32:43 +01:00
parent 55a1621432
commit e15bca0855
+1 -1
View File
@@ -1002,6 +1002,6 @@
continue
throw_at(Next, 3, 1, D.thrower)
return
throw_at(D.thrower, 7, 1, D.thrower)
throw_at(D.thrower, 7, 1, null)
else
..()