mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-16 12:07:48 +00:00
Might as well cover everyyyyyyyyything. :) Fixes https://github.com/tgstation/tgstation/issues/71953 Fixes https://github.com/tgstation/tgstation/issues/71983 🆑 ShizCalev code: We now unit test all /obj's for missing icons. :) /🆑 todo: Fix the fucked up icons. Co-authored-by: MrMelbert <51863163+MrMelbert@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"
|