mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
almost made a big woops there weh
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
/obj/item/weapon/gun/energy/New()
|
||||
..()
|
||||
var/static/list/gun_icons = icon_states('icons/obj/gun_ch.dmi')
|
||||
if (!(icon_state in gun_icons))
|
||||
if (icon == 'icons/obj/gun_ch.dmi' && !(icon_state in gun_icons))
|
||||
icon = 'icons/obj/gun.dmi'
|
||||
if(self_recharge)
|
||||
power_supply = new /obj/item/weapon/cell/device/weapon(src)
|
||||
|
||||
Reference in New Issue
Block a user