Skip to content

Commit

Permalink
Update RGEvents.java
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjay1 committed Sep 27, 2022
1 parent 96a6175 commit e9d541a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/rpggods/RGEvents.java
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ public static boolean performRitual(final AltarEntity altar, final ResourceLocat
}
}
// send feedback
if (success) {
if (success && favor.getPatron().isPresent()) {
// summon visual lightning bolt
LightningBolt bolt = EntityType.LIGHTNING_BOLT.create(altar.level);
bolt.setVisualOnly(true);
Expand Down

0 comments on commit e9d541a

Please sign in to comment.