Skip to content
Snippets Groups Projects
Commit 05dbc23e authored by dg's avatar dg
Browse files

Orc mothers are correctly flagged as female

git-svn-id: http://svn.net-core.org/repos/t-engine4@3909 51575b47-30f0-44d4-a5cc-537603b46e54
parent a3e907d6
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ newEntity{ base = "BASE_NPC_ORC",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/humanoid_orc_orc_mother.png", display_h=2, display_y=-1}}},
desc = [[This giant, bloated form towers above you. Mucus and slime ooze from every orifice, dripping onto the cavern floor. Orc children fight over the right to feed from her distended teats whilst small babies are regularly pushed out from her many pulsating vulvas. The sight and the smell make you retch.]],
level_range = {25, nil}, exp_worth = 1,
female = true,
rarity = 8,
never_move = 1,
stun_immune = 1,
......@@ -104,6 +105,7 @@ newEntity{ base="BASE_NPC_ORC", define_as = "GREATMOTHER",
desc = [[Here stands a tremendous form almost the size of a dragon. Bloated skin rises in thick folds, seeping viscous slime from its wide pores. Hundreds of hanging teats feed a small army of squabbling, fighting young orcs - only the toughest of them are able to gain the precious nutrients to grow stronger, the weaker ones left to wither on the mouldy floor. Dozens of gaping vulvae squelch and pulsate, pushing out new young with alarming rapidity. At the top of this towering hulk is a shrivelled head coated in long tangled hair. Dazed eyes peer out with a mixture of sadness and pain, but as they fix on you they turn to anger, the creature's face contorted with the fierce desire to protect its young.]],
killer_message = "and given to the children as a plaything",
level_range = {40, nil}, exp_worth = 1,
female = true,
rank = 5,
max_life = 700, life_rating = 25, fixed_rating = true,
infravision = 10,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment