Skip to content

Commit

Permalink
Fixing The Pale Count's looktype and corpse ID (otland#3894)
Browse files Browse the repository at this point in the history
Fixing The Pale Count's looktype and corpse ID. It was previously using the looktype and corpse from a Gravedigger monster.
  • Loading branch information
andremiles1 authored and Znote committed Jan 30, 2022
1 parent 7438ac7 commit 740ae58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/monster/monsters/the_pale_count.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<monster name="The Pale Count" nameDescription="The Pale Count" race="blood" experience="28000" speed="300">
<health now="50000" max="50000" />
<look type="558" corpse="21279" />
<look type="557" corpse="21272" />
<targetchange interval="5000" chance="8" />
<flags>
<flag summonable="0" />
Expand Down

0 comments on commit 740ae58

Please sign in to comment.