-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(content, mods/aftershock): Return vehicle freezers/fridges to aftershock #4505
Conversation
To be perfectly honest, full size freezers can be in a vehicle too. Especially RVs can benefit from them. https://images.app.goo.gl/JohSQgGzArRuWykK9 |
if so, should full-size fridges be mainlined too? |
I would say yes. We can fit a forge into a car, so why not a regular sized fridge. Make the full sized fridge even spawn into RVs (regular and deluxe). Mini fridges will still be part of limousines, so they still spawn. I would support the full size fridge into mainline. |
In that PR I knew I was removing full-sized vehicle freezers but figured if it was necessary to have them they needed to be mainlined content. I simply wanted to remove redundancy from aftershock in as quick as possible. Adding them back to Aftershock would put it back in obscurity. |
This would be great - I just took a look at chest freezers and apparently those can store a whopping SEVEN HUNDRED LITERS compared to the upright freezers of 300L (current standard), so this could also be a future addition as well. |
My issue with mainlining it is that there's no discernible drawback between minifridges/freezers vs their full size variants. If for instance we made minifreezers/fridges more compatible with other vehicle parts, or full size versions less compatible, I'd be more persuaded. That said. I'd rather that be a different PR discussion entirely. |
Draw backs should be: no see through, more weight, more energy consumption, no mountable (passable), not board able. Enough to consider. Also those are special fridges, home fridges can't be used for that. So only found ones can be installed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chaosvolt @scarf005 This has been good to merge back in. Not sure what the hold up was, but it's fine to add it back after I took it out without supplying an alternative.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
¯\(ツ)/¯.
Purpose of change
crafting_pseudo_item
. JSONize freezers and fridges. Update Freezers/Fridges to useiexamine::transform
#2172. fix: remove Aftershock fridge constructions #4455 was done shortly thereafter to remove aftershock fridge/freezer appliances, but accidentally removed full size vehicle fridges/freezers as well.Describe the solution
Describe alternatives you've considered
Testing
Additional context
It's really odd to me that this was only noticed recently.
One odd quirk of the system is that the "turn on freezer/fridge" vehicle command doesn't allow you to selectively turn them on, they will turn on all corresponding vehicle parts. (Luckily it checks for flags and not IDs so the glass freezer/fridge both will be appropriately... turned on)
Checklist