Skip to content

Commit

Permalink
My Bad - Fix @@ to && (elanthia-online#1380)
Browse files Browse the repository at this point in the history
* Update combat-trainer.lic

* Update combat-trainer.lic
  • Loading branch information
drboldwin authored and rpherbig committed Feb 19, 2017
1 parent 0edcb43 commit 65142b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class LootProcess
return if Time.now - @loot_timer < @loot_delay

game_state.mob_died = true
if (Time.now - @last_rites_timer > 600) && @last_rites @@ game_state.blessed_room
if (Time.now - @last_rites_timer > 600) && @last_rites && game_state.blessed_room
bput("pray #{DRRoom.dead_npcs.first}", 'You beseech your god for mercy', 'You pray fervently', 'You continue praying for guidance', 'Quietly touching your lips with the tips of your fingers', 'murmur a brief prayer for its safe travels beyond this life')
waitrt?
fput "recite Meraud, power the holy fires that unleash my righteous vengeance;Chadatru, guide my sword to swing in justice;Everild, give me the power to conquer my enemies;Truffenyi, let me not lose sight of compassion and mercy;Else, I will become like those I despise;Urrem'tier, receive into your fetid grasp these wicked souls;May the Tamsine's realms never know their evil ways again;May all the Immortals guide your faithful soldier #{checkname}."
Expand Down

0 comments on commit 65142b3

Please sign in to comment.