* Added all the basics I think I needed for the basic cigs to show up in vendors and game. Need to implement the randomizer to grab varied chems from a list.
* Forgot a png
* Smokes work just need sprite work and random
* First pass on random cigs
* Cigarettes are named now just randomization left
* Finished on my end.
* Whoops
* Nutrient is not availiable for smokes I guess?
* Testing fixes
* Dunno found this on the filledbookshelf might work here?
* I dont know what Im doing wrong but I think this might work.
* Trying with orgroups in the pack YAML
* It seems to not like the food chems. Commented them out.
* THC is also a no go. Also increased storage size of pack to total pool. Given the low prob should still should never hit max volume.
* I have a sneaky suspicion its the size of the container and pool of fill items.
* Messed with the size of the cigarrettes so they all have a chance to fit and the size of box stays consistent.
* Apparently non whole number size is a no go.
* Cartons were to small and added maxamount on cigarettes.
* Amount: 0 caused odd errors. removed and changed maxamount to 2.
* Reworked randomization system to try and use weightedRandom instead of prob in storageFill
* Wrong weightedRandom
* Rework of a rework. Good on my end. Simplified the randomization to bare minimum.
* Added gas station dick pill vibe to all the names.
* Fix bug with undeletable label on jugs
* Fix label text for jugs
* Documented LabelComponent
* Revert "Fix label text for jugs"
This reverts commit 38b7cc75ca51770b3693d0cef4f0364424619b73.
* make jugs labels names lowercase
* Fix documentation of LabelComponent
* Portal repalette
* Portal traversal verb + anchoring
* map restriction
* optional max distance checks if we decide to have them later
* lower pointlight energy slightly hopefully makes it less garish
* Construct and upgrade mini gravity generator
Now the mini gravity generator can be assembled/disassembled, the necessary machine board has been added to ShuttleCraft technology. Now it is possible to destroy the mini gravity generator and improve its components, thereby increasing the maximum charge of the generator.
* Test with empty OnRefreshParts
Perhaps this will help to get rid of the error during the test...
* Revert "Test with empty OnRefreshParts"
This reverts commit 5f32e15d66a4cb0d8df7578593867062be7872d8.
* Test without OnRefreshParts
Let's check if the problem is multiple inheritance.
* Revert "Test without OnRefreshParts"
This reverts commit d319757aa15a8ebec1237e552213e80eb8042790.
* Enabled by default
Maybe this will solve the problem, and maybe not...
* Swapped the components ApcPowerReciver and GravityGenerator
The previous "solution" did not give results, perhaps this time it will work....
* Revert "Swapped the components ApcPowerReciver and GravityGenerator"
This reverts commit 38759ca5a3465908b97d1d7e6ca583f8e9a97afb.
* Brought everything back to the beginning
* One parent in generator prototype, test
* Revert "One parent in generator prototype, test"
This reverts commit f7275b5d53234d9f66e8b4df0692596e14d82c95.
* Test without switchedOn and charge
* Revert "Test without switchedOn and charge"
This reverts commit 3916de8cc68e488098e6adc1e6b13e00d3f0e1a1.
* Revert "Revert "Test without switchedOn and charge""
This reverts commit 3d95efbfd4cb358b5c04a2302a377d51eb5f34cc.
* Update Resources/Prototypes/Entities/Structures/Machines/gravity_generator.yml
---------
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>