Module:Game: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 June 2024

21 June 2024

18 June 2024

6 June 2024

10 May 2024

9 May 2024

7 May 2024

  • curprev 18:2218:22, 7 May 2024Toycars talk contribs 877 bytes +45 No edit summary
  • curprev 18:1818:18, 7 May 2024Toycars talk contribs 832 bytes −6 No edit summary
  • curprev 18:1218:12, 7 May 2024Toycars talk contribs 838 bytes +838 Created page with "function p.isWeaponType(itemType) local weaponTypes = { Sword = true, Dagger = true, Mace = true, Axe = true, Claw = true, Polearm = true, Chainsaw = true, Staff = true, Cane = true, Wand = true, Book = true, Spellblade = true, Bow = true, Gun = true, ["Throwing Weapon"] = true } return weaponTypes[itemType] or false end function p.isArmorType(itemType) local armorTypes = { Helmet = true, ["Body..."