1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 17:37:39 +00:00

product:: nice ivies

This commit is contained in:
Zeno Rogue
2019-08-19 10:33:07 +02:00
parent 6705e0286c
commit 872abace91
3 changed files with 15 additions and 2 deletions

View File

@@ -637,6 +637,14 @@ void geometry_information::procedural_shapes() {
}
}
bshape(shILeaf[2], PPR::ONTENTACLE);
hpcpush(xpush0(zhexf * .8));
hpcpush(cpush(2, cgi.plevel * .1) * xpush0(zhexf * .2));
hpcpush(cpush0(2, cgi.plevel * .4));
hpcpush(cpush0(2, cgi.plevel * -.4));
hpcpush(cpush(2, cgi.plevel * -.1) * xpush0(zhexf * .2));
hpcpush(xpush0(zhexf * .8));
bshape(shSlime, PPR::MONSTER_BODY);
PRING(i)
hpcpush(ddi(i, scalefactor * hcrossf7 * (0.7 + .2 * sin(i * M_PI * 2 / S84 * 9))) * C0);