feat: can now refill tank at any oxygen level, but cannot fill underwater

This commit is contained in:
unknown
2023-11-09 22:14:40 -08:00
parent 237923e368
commit 5bf410321a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ local Translations = {
canceled = "Canceled",
not_standing_up = "You need to be on solid ground to put this on...",
need_otube = "you need to refill your oxygen! Get a replacement air supply!",
oxygenlevel = "Your air level is %{oxygenlevel}, it must be at 0 to refill!",
underwater = "Cannot do this underwater",
},
success = {
took_out = "You took your diving gear off.",