From 45f2feda3b745e24d1bda1575e8795ded2811298 Mon Sep 17 00:00:00 2001 From: William Wallace Date: Wed, 9 Oct 2019 00:15:41 +0100 Subject: [PATCH] replace extra icon_state with item_state in /obj/item/gun/ballistic/rifle --- code/modules/projectiles/guns/ballistic/rifle.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/rifle.dm b/code/modules/projectiles/guns/ballistic/rifle.dm index 19ef904ab44..43c93b8a166 100644 --- a/code/modules/projectiles/guns/ballistic/rifle.dm +++ b/code/modules/projectiles/guns/ballistic/rifle.dm @@ -2,7 +2,7 @@ name = "Bolt Rifle" desc = "Some kind of bolt action rifle. You get the feeling you shouldn't have this." icon_state = "moistnugget" - icon_state = "moistnugget" + item_state = "moistnugget" mag_type = /obj/item/ammo_box/magazine/internal/boltaction bolt_wording = "bolt" bolt_type = BOLT_TYPE_STANDARD