mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Removed duplicate possess stick
This commit is contained in:
parent
6001934e8f
commit
f5a74b4f33
@ -1,18 +0,0 @@
|
||||
ItemDef(
|
||||
name: "Belzeshrub the Broom-God",
|
||||
description: "You can hear him giggle whenever\nyou hit the ground a bit too hard...",
|
||||
kind: Tool(
|
||||
(
|
||||
kind: Debug,
|
||||
stats: Direct((
|
||||
equip_time_millis: 0,
|
||||
power: 1.00,
|
||||
poise_strength: 1.00,
|
||||
speed: 1.0
|
||||
)),
|
||||
)
|
||||
),
|
||||
quality: Debug,
|
||||
tags: [],
|
||||
)
|
||||
// And the ground is pretty hard at maximum velocity...
|
@ -0,0 +1 @@
|
||||
-- This file should undo anything in `up.sql`
|
@ -0,0 +1,2 @@
|
||||
UPDATE item
|
||||
SET item_definition_id = 'common.items.debug.admin_stick' WHERE item_definition_id = 'common.items.debug.possess';
|
Loading…
Reference in New Issue
Block a user