Tweak ant_egg and ant_larvae arches to have in-game names without underscores.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20511 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
8f69c707bd
commit
7752b7d5a0
|
|
@ -1,3 +1,8 @@
|
|||
Added name to ant_egg and ant_larvae arches so they show up in-game as "ant egg" and "ant larva", respectively.
|
||||
monster/insect/ant/ant_larvae.arc
|
||||
monster/insect/ant/ant_egg.arc
|
||||
Daniel Hawkins 2017-09-04
|
||||
|
||||
Added lore text to the scroll of literacy skill scroll
|
||||
skills/Skill_Scrolls/scroll_literacy.arc
|
||||
Rick Tanner 2017-08-08
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ race insect
|
|||
other_arch ant_larvae
|
||||
monster 1
|
||||
move_type walk
|
||||
name ant egg
|
||||
no_pick 1
|
||||
alive 1
|
||||
exp 1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ face ant_larvae.111
|
|||
race insect
|
||||
other_arch war_ant
|
||||
animation ant_larvae
|
||||
# larva is the singular form. larvae is plural
|
||||
name ant larva
|
||||
monster 1
|
||||
move_type walk
|
||||
no_pick 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue