Skip to content

Commit

Permalink
Typo Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonheart committed Nov 3, 2024
1 parent de5740c commit 90f0e0d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lilia/gamemode/core/libraries/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ else
-- @color color Color of the text to draw
-- @int[opt=TEXT_ALIGN_LEFT] alignX Horizontal alignment of the text, using one of the `TEXT_ALIGN_*` constants
-- @int[opt=TEXT_ALIGN_LEFT] alignY Vertical alignment of the text, using one of the `TEXT_ALIGN_*` constants
-- @string[opt="ixGenericFont"] font Font to use for the text
-- @string[opt="liaGenericFont"] font Font to use for the text
-- @int[opt=color.a * 0.575] alpha Alpha of the shadow
function lia.util.drawText(text, x, y, color, alignX, alignY, font, alpha)
color = color or color_white
Expand Down
2 changes: 1 addition & 1 deletion lilia/gamemode/items/ammo/357ammo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ ITEM.name = ".357 Ammo"
ITEM.model = "models/items/357ammo.mdl"
ITEM.ammo = "357"
ITEM.ammoAmount = 12
ITEM.description = "A Box that contains %s of .357 Ammo"
ITEM.desc contains %s of .357 Ammo"
ITEM.price = 10
2 changes: 1 addition & 1 deletion lilia/gamemode/items/ammo/ar2ammo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ITEM.name = "AR2 Cartridge"
ITEM.model = "models/Items/combine_rifle_cartridge01.mdl"
ITEM.ammo = "ar2"
ITEM.ammoAmount = 30
ITEM.description = "A Cartridge that contains %s of AR2 Ammo"
ITEM.desc = "A Cartridge that contains %s of AR2 Ammo"
2 changes: 1 addition & 1 deletion lilia/gamemode/items/ammo/crossbowammo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ITEM.name = "Crossbow Bolts"
ITEM.model = "models/Items/CrossbowRounds.mdl"
ITEM.ammo = "XBowRounds"
ITEM.ammoAmount = 5
ITEM.description = "A Bundle of %s Crossbow Bolts"
ITEM.desc = "A Bundle of %s Crossbow Bolts"
2 changes: 1 addition & 1 deletion lilia/gamemode/items/ammo/pistolammo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ITEM.name = "Pistol Ammo"
ITEM.model = "models/items/357ammo.mdl"
ITEM.ammo = "pistol"
ITEM.ammoAmount = 30
ITEM.description = "A Box that contains %s of Pistol Ammo"
ITEM.desc = "A Box that contains %s of Pistol Ammo"
2 changes: 1 addition & 1 deletion lilia/gamemode/items/ammo/rocketammo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ITEM.model = "models/weapons/w_missile_closed.mdl"
ITEM.ammo = "rpg_round"
ITEM.ammoAmount = 1
ITEM.width = 2
ITEM.description = "A Package of %s Rockets"
ITEM.desc = "A Package of %s Rockets"
ITEM.iconCam = {
ang = Angle(-0.70499622821808, 268.25439453125, 0),
fov = 12.085652091515,
Expand Down
2 changes: 1 addition & 1 deletion lilia/gamemode/items/ammo/shotgunammo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ITEM.name = "Shotgun Shells"
ITEM.model = "models/Items/BoxBuckshot.mdl"
ITEM.ammo = "buckshot"
ITEM.ammoAmount = 15
ITEM.description = "A Box of %s Shotgun Shells"
ITEM.descox of %s Shotgun Shells"
2 changes: 1 addition & 1 deletion lilia/gamemode/items/ammo/smg1ammo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ITEM.name = "Sub Machine Gun Ammo"
ITEM.model = "models/Items/BoxSRounds.mdl"
ITEM.ammo = "smg1"
ITEM.ammoAmount = 45
ITEM.description = "A Box that contains %s of SMG Ammo"
ITEM.desc = "A Box that contains %s of SMG Ammo"
2 changes: 1 addition & 1 deletion lilia/gamemode/items/bags/large.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ITEM.name = "Big Bag"
ITEM.description = "A big bag."
ITEM.desc = "A big bag."
ITEM.invWidth = 6
ITEM.invHeight = 4
2 changes: 1 addition & 1 deletion lilia/gamemode/items/bags/small.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ITEM.name = "Small Bag"
ITEM.description = "A small bag."
ITEM.desc = "A small bag."
ITEM.invWidth = 2
ITEM.invHeight = 2

0 comments on commit 90f0e0d

Please sign in to comment.