Add one_hit to magic missile.

For server version a763845fa3 or later, this will prevent magic missiles from
having a magic-bullet-like piercing effect when they overkill enemies. For
prior versions, it will act as a partial fix for missiles destroying items
on the ground (which is fixed properly in a763845fa3).
master
Rebecca Kelly 2023-04-08 09:17:57 -04:00 committed by Rebecca Kelly
parent 4e1fc73952
commit a17b7a67c8
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,11 @@
Add one_hit to magic missile.
For server version a763845fa3 or later, this will prevent magic missiles from
having a magic-bullet-like piercing effect when they overkill enemies. For
prior versions, it will act as a partial fix for missiles destroying items
on the ground (which is fixed properly in a763845fa3).
spell/MagicMissile/magic_miss.arc
Rebecca Kelly 2023-04-10
New flesh item: demon horn.
Set up to drop from demons. Could be repurposed to drop from dragons if needed too.
flesh/demon/demonhorn.base.111.png

View File

@ -12,4 +12,5 @@ move_type fly_low
no_pick 1
speed 1
wc 2
one_hit 1
end