mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-03 13:32:17 +00:00
* Changes the missing food icon test to cover ALL /obj's * Update implant.dm * Hopefully fixes all the failing integration tests! * Fixes more missing icons * Even more icon fixes * Hopefully that was all of them * Okay now SURELY that's all of them * I'm tired of this shit man * Hopefully that's all, for real this time! Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
/obj/effect/projectile/muzzle
|
|
name = "muzzle flash"
|
|
icon = 'icons/obj/weapons/guns/projectiles_muzzle.dmi'
|
|
|
|
/obj/effect/projectile/muzzle/laser
|
|
icon_state = "muzzle_laser"
|
|
|
|
/obj/effect/projectile/muzzle/laser/blue
|
|
icon_state = "muzzle_blue"
|
|
|
|
/obj/effect/projectile/muzzle/disabler
|
|
icon_state = "muzzle_omni"
|
|
|
|
/obj/effect/projectile/muzzle/xray
|
|
icon_state = "muzzle_xray"
|
|
|
|
/obj/effect/projectile/muzzle/pulse
|
|
icon_state = "muzzle_u_laser"
|
|
|
|
/obj/effect/projectile/muzzle/plasma_cutter
|
|
icon_state = "muzzle_plasmacutter"
|
|
|
|
/obj/effect/projectile/muzzle/stun
|
|
icon_state = "muzzle_stun"
|
|
|
|
/obj/effect/projectile/muzzle/heavy_laser
|
|
icon_state = "muzzle_beam_heavy"
|
|
|
|
/obj/effect/projectile/muzzle/wormhole
|
|
icon_state = "wormhole_g"
|
|
|
|
/obj/effect/projectile/muzzle/laser/emitter
|
|
name = "emitter flash"
|
|
icon_state = "muzzle_emitter"
|
|
|
|
/obj/effect/projectile/muzzle/solar
|
|
icon_state = "muzzle_solar"
|
|
|
|
/obj/effect/projectile/muzzle/sniper
|
|
icon_state = "sniper"
|
|
|
|
/obj/effect/projectile/muzzle/bullet
|
|
icon_state = "muzzle_bullet"
|