Small sprite update

Changes in description
This commit is contained in:
shazbot194
2017-07-28 23:43:34 -08:00
parent 8fcf5e0cec
commit 02bc43b20e
4 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@
var/iconF = "Enforcer_light" var/iconF = "Enforcer_light"
if(gun_light.on) if(gun_light.on)
iconF = "Enforcer_light-on" iconF = "Enforcer_light-on"
overlays += image(icon = icon, icon_state = iconF, pixel_x = 3) overlays += image(icon = icon, icon_state = iconF, pixel_x = 0)
/obj/item/weapon/gun/projectile/automatic/pistol/enforcer/ui_action_click() /obj/item/weapon/gun/projectile/automatic/pistol/enforcer/ui_action_click()
toggle_gunlight() toggle_gunlight()

View File

@@ -55,7 +55,7 @@
var/iconF = "Enforcer_light" var/iconF = "Enforcer_light"
if(gun_light.on) if(gun_light.on)
iconF = "Enforcer_light-on" iconF = "Enforcer_light-on"
overlays += image(icon = 'icons/obj/guns/projectile.dmi', icon_state = iconF, pixel_x = 3) overlays += image(icon = 'icons/obj/guns/projectile.dmi', icon_state = iconF, pixel_x = 0)
/obj/item/weapon/gun/projectile/automatic/toy/pistol/enforcer/ui_action_click() /obj/item/weapon/gun/projectile/automatic/toy/pistol/enforcer/ui_action_click()
toggle_gunlight() toggle_gunlight()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB