mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Fixes BSG and lwap mob /icon sprite issues (#21064)
* Fixes BSG and lwap mob /icon sprite issues * ratios ratio
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user