Fixes BSG and lwap mob /icon sprite issues (#21064)

* Fixes BSG and lwap mob /icon sprite issues

* ratios ratio
This commit is contained in:
Qwertytoforty
2023-05-13 17:45:32 -04:00
committed by GitHub
parent 92785fb689
commit 27aba816b8
4 changed files with 2 additions and 1 deletions
@@ -303,7 +303,7 @@
muzzle_flash_strength = MUZZLE_FLASH_STRENGTH_STRONG
fire_sound = 'sound/weapons/wave.ogg'
e_cost = 10000
select_name = "the experimental setting"
select_name = null //No one is sticking this into another gun / so I don't have to rename 20 icon states
delay = 4 SECONDS //Looooooong cooldown // Used to be 10 seconds, has been rebalanced to be normal firing rate now
/obj/item/ammo_casing/energy/teleport
@@ -523,6 +523,7 @@
return ..()
/obj/item/gun/energy/bsg/update_icon_state()
. = ..()
if(core)
if(has_bluespace_crystal)
icon_state = "bsg_finished"