6 lines
282 B
Lua
6 lines
282 B
Lua
config.antiSwimingItems = { -- Added items are deleted when you enter the water and their broken state is added to the inventory
|
|
["black_phone"] = "broken_phone",
|
|
["green_phone"] = "broken_phone",
|
|
["red_phone"] = "broken_phone",
|
|
["purple_phone"] = "broken_phone",
|
|
}
|