Is there a way to change the behavior of the fridge, so i can store all items in it instead of food only?
Fridge change loot type
Discussion in 'Rust Development' started by black flame, Nov 22, 2017.
-
Code:
StorageContainer fridge = GET_FRIDGE_OBJ_HERE; fridge.onlyAcceptCategory = ItemCategory.All;
-
Thanks, that is it