Removed duplicate possess stick

This commit is contained in:
Sam 2021-02-20 14:19:56 -05:00
parent 6001934e8f
commit f5a74b4f33
3 changed files with 3 additions and 18 deletions

View File

@ -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...

View File

@ -0,0 +1 @@
-- This file should undo anything in `up.sql`

View File

@ -0,0 +1,2 @@
UPDATE item
SET item_definition_id = 'common.items.debug.admin_stick' WHERE item_definition_id = 'common.items.debug.possess';