Skip to content

Commit

Permalink
feat: move dive gear into a new resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason authored Nov 9, 2023
1 parent 738930f commit 5e06e1f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 169 deletions.
144 changes: 0 additions & 144 deletions client/suit.lua

This file was deleted.

1 change: 0 additions & 1 deletion config.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Config = {}
Config.UseTarget = GetConvar('UseTarget', 'false') == 'true' -- Use qb-target interactions (don't change this, go to your server.cfg and add `setr UseTarget true` to use this and just that from true to false or the other way around)
Config.CopsChance = 0.5 -- The chance of the cops getting called when a coral gets picked up, this ranges from 0.0 to 1.0
Config.OxygenLevel = 100 -- in seconds
Config.Debug = false -- shows outline of box zones

---@class Coral
Expand Down
13 changes: 0 additions & 13 deletions locales/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ local Translations = {
canceled = "Canceled",
["911_chatmessage"] = "911 MESSAGE",
no_coral = "You don't have any coral to sell...",
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!",
},
success = {
took_out = "You took your diving gear off.",
tube_filled = "You've successfully refilled your air tank!"
},
info = {
collecting_coral = "Collecting coral",
Expand All @@ -20,15 +13,9 @@ local Translations = {
sell_coral = "Sell Coral",
sell_coral_dt = "[E] - Sell Coral",
blip_text = "911 - Dive Site",
put_suit = "Putting on your diving suit...",
pullout_suit = "Taking off your diving suit...",
cop_msg = "This coral looks freshly stolen...",
cop_title = "Illegal Diving",
},
warning = {
oxygen_one_minute = "You have less than one minute of air remaining!",
oxygen_running_out = "Your air tank is running out of air!",
},
}

Lang = Lang or Locale:new({
Expand Down
11 changes: 0 additions & 11 deletions server/suit.lua

This file was deleted.

0 comments on commit 5e06e1f

Please sign in to comment.