From bab051a084af05b35641d5b2ff6ce1e71e0d8d78 Mon Sep 17 00:00:00 2001 From: Mark van Alphen Date: Mon, 3 Jun 2019 20:15:02 +0200 Subject: [PATCH] Wormhole jaunter belt fix --- code/modules/mining/equipment_locker.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mining/equipment_locker.dm b/code/modules/mining/equipment_locker.dm index 82ae53fa5a0..4c4408e6219 100644 --- a/code/modules/mining/equipment_locker.dm +++ b/code/modules/mining/equipment_locker.dm @@ -708,6 +708,7 @@ throw_speed = 3 throw_range = 5 origin_tech = "bluespace=2" + slot_flags = SLOT_BELT /obj/item/wormhole_jaunter/attack_self(mob/user) user.visible_message("[user.name] activates the [src.name]!")