Skip to content

Commit

Permalink
Make fire elemental & invisible man cast no shadow...
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Mar 21, 2022
1 parent 3816f92 commit a4627b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/conf/creatures/elemental.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<!-- START: fire -->

<creature name="fire elemental">
<type class="elemental" subclass="fire_elemental" tileid="elemental.png:2"/>
<type class="elemental" subclass="fire_elemental" shadow="none" tileid="elemental.png:2"/>
<description>You see a fire elemental and hardly can stand the heat.</description>
<attributes>
<atk value="411"/>
Expand Down
2 changes: 1 addition & 1 deletion data/conf/creatures/undead_specter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
</creature>

<creature name="invisible man">
<type class="undead" subclass="invisible_man" tileid="undead_specter.png:1"/>
<type class="undead" subclass="invisible_man" shadow="none" tileid="undead_specter.png:1"/>
<description>You see nothing but the landscape. As you stare at the point where you think you have seen something, you suddenly see the slight contour of a man!</description>
<attributes>
<atk value="367"/>
Expand Down

0 comments on commit a4627b7

Please sign in to comment.