Skip to content

Commit

Permalink
fix #1079
Browse files Browse the repository at this point in the history
  • Loading branch information
MattJeanes authored Jul 15, 2024
1 parent fdef6e5 commit af6355d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/entities/gmod_wire_expression2/core/custom/cl_tardis.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ E2Helper.Descriptions["tardisSetDestination"] = "Sets destination if in vortex,
E2Helper.Descriptions["tardisFastReturn"] = "Returns TARDIS to its previous takeoff position, returns 1 if success or 0 if failure."
E2Helper.Descriptions["tardisHADS"] = "Toggles or sets HADS, returns 1 if success or 0 if failure."
E2Helper.Descriptions["tardisFastDemat"] = "Quickly dematerialises TARDIS, returns 1 if success or 0 if failure."
E2Helper.Descriptions["tardisDoors"] = "Toggles or sets the doors, returns 1 if success or 0 if failure."
E2Helper.Descriptions["tardisDoor"] = "Toggles or sets the doors, returns 1 if success or 0 if failure."
E2Helper.Descriptions["tardisHandbrake"] = "Toggles or sets handbrake, returns 1 if success or 0 if failure."
E2Helper.Descriptions["tardisMoving"] = "Returns 1 if teleporting or 0 if not teleporting."
E2Helper.Descriptions["tardisVisible"] = "Returns 1 if visible or 0 if invisible."
Expand Down Expand Up @@ -43,4 +43,4 @@ E2Helper.Descriptions["tardisShields"] = "Toggles or sets the Shields, returns 1
E2Helper.Descriptions["tardisShieldsOn"] = "Returns if the Shields are on."
E2Helper.Descriptions["tardisShieldsLevel"] = "Returns the Shields power level."
E2Helper.Descriptions["tardisShieldsPercent"] = "Returns a percentage of how much Shield power the TARDIS has."
E2Helper.Descriptions["tardisShieldsMax"] = "Return the max amount of Shield power the TARDIS can have."
E2Helper.Descriptions["tardisShieldsMax"] = "Return the max amount of Shield power the TARDIS can have."

0 comments on commit af6355d

Please sign in to comment.