mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 01:51:50 +00:00
31 lines
727 B
Plaintext
31 lines
727 B
Plaintext
/obj/effect/projectile/muzzle
|
|
name = "muzzle flash"
|
|
icon = 'icons/obj/projectiles_muzzle.dmi'
|
|
|
|
/obj/effect/projectile/muzzle/laser
|
|
icon_state = "muzzle_laser"
|
|
|
|
/obj/effect/projectile/muzzle/laser/blue
|
|
icon_state = "muzzle_laser_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"
|