forked from Simnation/Main
e
This commit is contained in:
parent
a5a4bec804
commit
e087848d59
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ itemsData = {
|
|||
weight = 4,
|
||||
type = 'item',
|
||||
unique = false,
|
||||
description = 'Deutsche Borkenkäfer dürfen dies....',
|
||||
description = 'Deutsche Borkenkäfer dürfen dis....',
|
||||
image = 'woodbug.png',
|
||||
shouldClose = false,
|
||||
label = 'Borkenkäfer',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Config = {}
|
||||
|
||||
-- CORE SETTINGS
|
||||
Config.RequiredItem = 'weapon_pipebomb' -- Item für Dynamite Fishing
|
||||
Config.RequiredItem = 'woodbug' -- Item für Dynamite Fishing
|
||||
Config.Cooldown = 120 -- Cooldown in Sekunden
|
||||
|
||||
-- ANIMATIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue