Floofies / NovaSector

The Blue Moon Branch is an enhanced fork of Nova Sector. This repository contains development branches for contributing to The Blue Moon Branch and NovaSector.
https://ko-fi.com/bluemoonclub
GNU Affero General Public License v3.0
3 stars 10 forks source link

Sizeplay: Refactors apply_to_human() #8

Closed gonenoculer5 closed 5 months ago

gonenoculer5 commented 5 months ago

About The Pull Request

Changes apply_to_human() to use adjust_height() instead, because manipulating dna features is nasty business.

Proof of Testing

image Characters spawned using select_equipment have proper offsets; characters spawned traditionaly do not if they have a scale above one; introduced as a result of how dna feature manipulations work, and my application of current_size.

Changelog

:cl: Gonenoculer5 refactor: Changes apply_to_human() to use my adjust_height() proc instead, because it enforces pixel offsets. /:cl: