diff --git a/code/game/objects/items/melee/f13onehanded.dm b/code/game/objects/items/melee/f13onehanded.dm index 1503f8534e8..4eede92a5e8 100644 --- a/code/game/objects/items/melee/f13onehanded.dm +++ b/code/game/objects/items/melee/f13onehanded.dm @@ -915,6 +915,8 @@ y desc = "The severed hand of a mighty Deathclaw, cured, hollowed out, and given a harness to turn it into the deadliest gauntlet the wastes have ever seen." icon_state = "aethergiest_g" item_state = "aethergiest_g" + alpha = 200 + color = "#3355EF" slot_flags = INV_SLOTBIT_GLOVES w_class = WEIGHT_CLASS_NORMAL force = 50 diff --git a/icons/fallout/objects/melee/melee.dmi b/icons/fallout/objects/melee/melee.dmi index 1671b70ca26..643b8f8f161 100644 Binary files a/icons/fallout/objects/melee/melee.dmi and b/icons/fallout/objects/melee/melee.dmi differ diff --git a/icons/fallout/onmob/weapons/melee1h_lefthand.dmi b/icons/fallout/onmob/weapons/melee1h_lefthand.dmi index dd0748593d7..e155338b372 100644 Binary files a/icons/fallout/onmob/weapons/melee1h_lefthand.dmi and b/icons/fallout/onmob/weapons/melee1h_lefthand.dmi differ diff --git a/icons/fallout/onmob/weapons/melee1h_righthand.dmi b/icons/fallout/onmob/weapons/melee1h_righthand.dmi index 4ae5aa7c29e..cb8bd3b4b4e 100644 Binary files a/icons/fallout/onmob/weapons/melee1h_righthand.dmi and b/icons/fallout/onmob/weapons/melee1h_righthand.dmi differ