mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 07:12:55 +00:00
Small sprite update
Changes in description
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
@@ -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 |
Reference in New Issue
Block a user