Replace souless with water serpents to match comments
This commit is contained in:
parent
5280d7351c
commit
2d0721870a
1 changed files with 8 additions and 6 deletions
|
@ -1645,7 +1645,7 @@
|
|||
# Event 7: Enter dining cavern
|
||||
|
||||
# water pours in from the west
|
||||
# 2/3/4 water snakes come out of the water and attack
|
||||
# 1/2/3 water snakes come out of the water and attack
|
||||
|
||||
[event]
|
||||
name=moveto
|
||||
|
@ -1679,11 +1679,13 @@
|
|||
message= _ "Curse Uria! The water is rising over here as well. Already the western end of this chamber is flooded. And I think I see shapes rising out of the water. Whatever they are, it can’t be good."
|
||||
[/message]
|
||||
|
||||
# I replaced the water snake units with soulless units
|
||||
# I deleted the water snake units becuase they lacked proper animation
|
||||
|
||||
{NAMED_UNIT 3 (Soulless) 7 48 () ( _ "Bloated Corpse") (upkeep=free)}
|
||||
{NAMED_UNIT 3 (Soulless) 8 49 () ( _ "Bloated Corpse") (upkeep=free)}
|
||||
{NOTRAIT_UNIT 3 (Water Serpent) 7 48}
|
||||
#ifndef EASY
|
||||
{NOTRAIT_UNIT 3 (Water Serpent) 8 49}
|
||||
#endif
|
||||
#ifdef HARD
|
||||
{NOTRAIT_UNIT 3 (Water Serpent) 7 49}
|
||||
#endif
|
||||
[/event]
|
||||
|
||||
# Event 8: Training Hall
|
||||
|
|
Loading…
Add table
Reference in a new issue