From 1ce5fe2bd80f884f375f5a4ef716e452983beeb7 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Fri, 17 Feb 2017 00:07:11 -0600 Subject: [PATCH] fixes jetpack not having a sprite after being upgraded --- code/game/objects/items/weapons/tanks/jetpack.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/tanks/jetpack.dm b/code/game/objects/items/weapons/tanks/jetpack.dm index 8b6a1a946a..ef28bdc692 100644 --- a/code/game/objects/items/weapons/tanks/jetpack.dm +++ b/code/game/objects/items/weapons/tanks/jetpack.dm @@ -127,8 +127,8 @@ name = "hardsuit jetpack upgrade" desc = "A modular, compact set of thrusters designed to integrate with a hardsuit. It is fueled by a tank inserted into the suit's storage compartment." origin_tech = "materials=4;magnets=4;engineering=5" - icon_state = "jetpack-upgrade" - item_state = "jetpack-black" + icon_state = "jetpack-black" + item_state = "jetpack-black" w_class = WEIGHT_CLASS_NORMAL actions_types = list(/datum/action/item_action/toggle_jetpack, /datum/action/item_action/jetpack_stabilization) volume = 1