disease/incontinence.arc, disease/diarrhea.arc, disease/rabies.arc: Make puddles
from diseases go away after some time, for incontinence and rabies we should probably have shrinking animations, like for icor (and thus also for diarrhea), but I can't draw. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@9308 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
4d25c99fb9
commit
31ed91bd96
6
CHANGES
6
CHANGES
|
@ -1,5 +1,11 @@
|
||||||
Changes for SVN top of tree:
|
Changes for SVN top of tree:
|
||||||
|
|
||||||
|
disease/incontinence.arc, disease/diarrhea.arc, disease/rabies.arc: Make puddles
|
||||||
|
from diseases go away after some time, for incontinence and rabies we should
|
||||||
|
probably have shrinking animations, like for icor (and thus also for diarrhea),
|
||||||
|
but I can't draw.
|
||||||
|
Arvid Norlander 2008-06-12
|
||||||
|
|
||||||
ground/Pstone/pstone_1.arc: Add move_block for boats.
|
ground/Pstone/pstone_1.arc: Add move_block for boats.
|
||||||
Arvid Norlander 2008-05-29
|
Arvid Norlander 2008-05-29
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,50 @@ Object disgusting_puddle
|
||||||
name stinking puddle of diarrhea
|
name stinking puddle of diarrhea
|
||||||
type 72
|
type 72
|
||||||
face icor.111
|
face icor.111
|
||||||
|
anim
|
||||||
|
icor.111
|
||||||
|
icor.112
|
||||||
|
icor.113
|
||||||
|
icor.114
|
||||||
|
icor.111
|
||||||
|
icor.112
|
||||||
|
icor.113
|
||||||
|
icor.114
|
||||||
|
icor.111
|
||||||
|
icor.112
|
||||||
|
icor.113
|
||||||
|
icor.114
|
||||||
|
icor.111
|
||||||
|
icor.112
|
||||||
|
icor.113
|
||||||
|
icor.114
|
||||||
|
icor.111
|
||||||
|
icor.112
|
||||||
|
icor.113
|
||||||
|
icor.114
|
||||||
|
icor.111
|
||||||
|
icor.112
|
||||||
|
icor.113
|
||||||
|
icor.114
|
||||||
|
icor.111
|
||||||
|
icor.112
|
||||||
|
icor.113
|
||||||
|
icor.114
|
||||||
|
icor.111
|
||||||
|
icor.112
|
||||||
|
icor.113
|
||||||
|
icor.114
|
||||||
|
icor.115
|
||||||
|
icor.116
|
||||||
|
icor.117
|
||||||
|
icor.118
|
||||||
|
icor.119
|
||||||
|
icor.11A
|
||||||
|
icor.11B
|
||||||
|
icor.11C
|
||||||
|
mina
|
||||||
|
is_used_up 1
|
||||||
|
speed 0.005
|
||||||
food 1
|
food 1
|
||||||
weight 20
|
weight 20
|
||||||
nrof 1
|
nrof 1
|
||||||
|
|
|
@ -25,6 +25,11 @@ Object reeking_urine
|
||||||
name reeking puddle of urine
|
name reeking puddle of urine
|
||||||
type 72
|
type 72
|
||||||
face residue.111
|
face residue.111
|
||||||
|
anim
|
||||||
|
residue.111
|
||||||
|
mina
|
||||||
|
is_used_up 1
|
||||||
|
speed 0.0002
|
||||||
food 1
|
food 1
|
||||||
weight 20
|
weight 20
|
||||||
nrof 1
|
nrof 1
|
||||||
|
|
|
@ -32,6 +32,11 @@ end
|
||||||
Object puddle_of_saliva
|
Object puddle_of_saliva
|
||||||
name puddle of froth and saliva
|
name puddle of froth and saliva
|
||||||
face residue.111
|
face residue.111
|
||||||
|
anim
|
||||||
|
residue.111
|
||||||
|
mina
|
||||||
|
is_used_up 1
|
||||||
|
speed 0.0002
|
||||||
type 72
|
type 72
|
||||||
food 2
|
food 2
|
||||||
weight 2
|
weight 2
|
||||||
|
|
Loading…
Reference in New Issue