diff --git a/ChangeLog b/ChangeLog index 6a72de582..5a3cc5fdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +New art to override the default corpse art for zombies and goblin. +Added copies of classic corpse image so that image set gets a consistent corpse. +flesh/goblin/goblin_corpse.* +flesh/misc/zombie_corpse.* +Daniel Hawkins 2021-04-24 + Rename and move the treasurelist for human bodyparts. Patch https://sourceforge.net/p/crossfire/patches/393/ monster/humanoid/Arabic/a_priest.trs diff --git a/flesh/goblin/goblin_corpse.base.111.png b/flesh/goblin/goblin_corpse.base.111.png new file mode 100644 index 000000000..4d78e051f Binary files /dev/null and b/flesh/goblin/goblin_corpse.base.111.png differ diff --git a/flesh/goblin/goblin_corpse.clsc.111.png b/flesh/goblin/goblin_corpse.clsc.111.png new file mode 100644 index 000000000..27a2828ca Binary files /dev/null and b/flesh/goblin/goblin_corpse.clsc.111.png differ diff --git a/flesh/goblin/goblin_corpse.face b/flesh/goblin/goblin_corpse.face new file mode 100755 index 000000000..eb308aed7 --- /dev/null +++ b/flesh/goblin/goblin_corpse.face @@ -0,0 +1,3 @@ +face goblin_corpse.111 +magicmap white +end diff --git a/flesh/misc/zombie_corpse.base.111.png b/flesh/misc/zombie_corpse.base.111.png new file mode 100644 index 000000000..dff5882e9 Binary files /dev/null and b/flesh/misc/zombie_corpse.base.111.png differ diff --git a/flesh/misc/zombie_corpse.clsc.111.png b/flesh/misc/zombie_corpse.clsc.111.png new file mode 100644 index 000000000..27a2828ca Binary files /dev/null and b/flesh/misc/zombie_corpse.clsc.111.png differ diff --git a/flesh/misc/zombie_corpse.face b/flesh/misc/zombie_corpse.face new file mode 100755 index 000000000..ed96e1fff --- /dev/null +++ b/flesh/misc/zombie_corpse.face @@ -0,0 +1,3 @@ +face zombie_corpse.111 +magicmap white +end