Comment fixes
This commit is contained in:
parent
a2e77adbff
commit
e8b4e6f2c0
11 changed files with 46 additions and 44 deletions
|
@ -117,9 +117,9 @@ public class TileMasterRitualStone extends TileEntity implements IMasterRitualSt
|
|||
network.syphon(ritual.getActivationCost());
|
||||
ChatUtil.sendNoSpamUnloc(activator, "chat.BloodMagic.ritual.activate");
|
||||
this.active = true;
|
||||
this.owner = crystalOwner; // Set the owner of the
|
||||
// ritual to the crystal's
|
||||
// owner
|
||||
// Set the owner of the ritual to the crystal's owner
|
||||
this.owner = crystalOwner;
|
||||
|
||||
this.currentRitual = ritual;
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue