1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-09 19:16:51 +02:00
parent f8eb493530
commit 91f5e9d0a3

View file

@ -1,6 +1,6 @@
config.antiSwimingItems = { -- Added items are deleted when you enter the water and their broken state is added to the inventory config.antiSwimingItems = { -- Added items are deleted when you enter the water and their broken state is added to the inventory
["black_phone"] = "broken_phone", ["phone_black"] = "broken_phone",
["green_phone"] = "broken_phone", ["phone_green"] = "broken_phone",
["red_phone"] = "broken_phone", ["phone_red"] = "broken_phone",
["purple_phone"] = "broken_phone", ["phone_purple"] = "broken_phone",
} }