Update weapons.lua

This commit is contained in:
Nordi98 2025-06-09 14:25:17 +02:00
parent ca57b0c9a0
commit a60655b94f

View file

@ -57,6 +57,8 @@ Config.Throwables = { -- Defines throwable items that players can use
'snowball',
'stickybomb',
'newspaper',
'shoe',
}
---@type table<number, {item: string, type: string, isForEveryWeapon?: boolean}>