1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-26 18:51:21 +00:00

Use shSmallTreat for Orbs of Change, Choice, and Chaos.

This commit is contained in:
Jacob Mandelson
2022-08-28 19:41:16 -07:00
parent 5ec6783a2d
commit cc29338305
4 changed files with 5 additions and 4 deletions

View File

@@ -1254,6 +1254,7 @@ void geometry_information::prepare_shapes() {
bshape(shKey, PPR::ITEM, scalefactor, 68);
bshape(shPirateX, PPR::ITEM, scalefactor, 124);
bshape(shTreat, PPR::ITEM, scalefactor, 253);
bshape(shSmallTreat, PPR::ITEM, scalefactor/1.5, 253);
wormscale = WDIM == 3 ? 3 : 1;