Skip to content
Snippets Groups Projects
Commit 028467c0 authored by Pregmodder's avatar Pregmodder
Browse files

Pregmod v4.0.0-alpha.13

parent 00ec21d1
No related branches found
No related tags found
1 merge request!10672Pregmod v4.0.0-alpha.13
......@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## Unreleased
## 0.10.7.1-4.0.0-alpha.13 - 2022-02-12
* first stages of a rudimentary modding API
* physicalDevelopment now applies to a growing PC
* dairy converted to DOM
* personal attention applicable to master suite slaves
* Cosmetic implant surgeries reworked to be more realistic: implant size that can be fit in is dynamically computed based on asset size, players don't need to begin with the smallest size anymore if a bigger fits. Cosmetic implant surgeries now cost a lot more (beware, autosurgery is also affected!) to compensate for achieving the grow targets quickly. Autosurgery can be tuned to use only specific set of implant types and its note in the end week logs became more detailed and visually detectable.
......
App.Version = {
base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed.
pmod: "4.0.0-alpha.12",
pmod: "4.0.0-alpha.13",
commitHash: null,
release: 1160, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
};
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