mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-15 03:27:46 +00:00
Moves beam rifle snowflake code up to projectile level for a proper hitscan system. 🆑 rscadd: Chameleon laser guns now have a special firing mode, activated by using them in hand! Only certain gun disguises will allow this to work! /🆑
28 lines
687 B
Plaintext
28 lines
687 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"
|