Sigils should draw LP from the bound network, not the user
(cherry picked from commit 082d2b8
)
This commit is contained in:
parent
852d32f233
commit
c46ed3e648
14 changed files with 14 additions and 18 deletions
|
@ -110,7 +110,9 @@ public class NetworkHelper
|
|||
* - Amount of LP to syphon
|
||||
*
|
||||
* @return - Whether the action should be performed.
|
||||
* @deprecated Use {@link #getSoulNetwork(EntityPlayer)} and {@link SoulNetwork#syphonAndDamage(EntityPlayer, int)}
|
||||
*/
|
||||
@Deprecated
|
||||
public static boolean syphonAndDamage(SoulNetwork soulNetwork, EntityPlayer user, int toSyphon)
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue