1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-30 23:38:45 +02:00
parent e76661ea6b
commit 26b72c15ad
2 changed files with 0 additions and 9 deletions

View file

@ -59,7 +59,6 @@ Config.Throwables = { -- Defines throwable items that players can use
'snowball', 'snowball',
'stickybomb', 'stickybomb',
'newspaper', 'newspaper',
'throwingshoered',
} }

View file

@ -763,14 +763,6 @@ WeaponList = {
ammotype = 'AMMO_FLARE', ammotype = 'AMMO_FLARE',
damagereason = 'Died' damagereason = 'Died'
}, },
[`weapon_throwingshoered`] = {
name = 'weapon_throwingshoered',
label = 'Schuh rot',
weapontype = 'Throwable',
ammotype = nil,
damagereason = 'Died'
},