- Steam App
- Human Factory (1160040)
- Event type
- patch note
- Published
- 18 January 2021 - 11:43:33 UTC
- Source
- steam_community_announcements
Monday 11th: Ok got a few medium sized things to address next before I can push ahead. Transport Panel. In the build currently on Steam, there was a little window just for Transports. This would show the item going through and give an idea of how far along it was. This is a purely cosmetic feature so for now, I'm going to put a pin on this until I can get a much firmer grasp on the UI. There are certainly more important things. 'HeldBaby'. Remember I decided on this when I was figuring out the outpoints for the 'Birthing Machine'. I think Humans should be able to pick up and carry babies, and this should be their default positions when they are born. I already have an Item variable for 'HeldItem', now I can do the same with 'HeldHuman'. Did the easy part first, essentially copying all instances of 'held item' in saving and loading and all of that. Now I have the function on the Human. Af...