diff --git a/lua/entities/gmod_wire_expression2/core/custom/cl_tardis.lua b/lua/entities/gmod_wire_expression2/core/custom/cl_tardis.lua index 46b044214..93f664596 100644 --- a/lua/entities/gmod_wire_expression2/core/custom/cl_tardis.lua +++ b/lua/entities/gmod_wire_expression2/core/custom/cl_tardis.lua @@ -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." @@ -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." \ No newline at end of file +E2Helper.Descriptions["tardisShieldsMax"] = "Return the max amount of Shield power the TARDIS can have."