mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-07 14:59:13 +00:00
It is my belief that science weaponry should exist but not be "just better energy guns/whatever". Right now, portal guns are actually pretty powerful, as their random teleport can space people (especially if they have bohs), and actually does burn damage, albeit very little. I want to make scilathe weapons into useful utility things that can be weaponized if you use it right and in somewhat niche scenarios. This PR will make wormhole projectors into more utility than combat.
39 lines
961 B
Plaintext
39 lines
961 B
Plaintext
/obj/effect/projectile/impact
|
|
name = "beam impact"
|
|
icon = 'icons/obj/projectiles_impact.dmi'
|
|
|
|
/obj/effect/projectile/impact/laser
|
|
name = "laser impact"
|
|
icon_state = "impact_laser"
|
|
|
|
/obj/effect/projectile/impact/laser/blue
|
|
name = "laser impact"
|
|
icon_state = "impact_blue"
|
|
|
|
/obj/effect/projectile/impact/disabler
|
|
name = "disabler impact"
|
|
icon_state = "impact_omni"
|
|
|
|
/obj/effect/projectile/impact/xray
|
|
name = "\improper X-ray impact"
|
|
icon_state = "impact_xray"
|
|
|
|
/obj/effect/projectile/impact/pulse
|
|
name = "pulse impact"
|
|
icon_state = "impact_u_laser"
|
|
|
|
/obj/effect/projectile/impact/plasma_cutter
|
|
name = "plasma impact"
|
|
icon_state = "impact_plasmacutter"
|
|
|
|
/obj/effect/projectile/impact/stun
|
|
name = "stun impact"
|
|
icon_state = "impact_stun"
|
|
|
|
/obj/effect/projectile/impact/heavy_laser
|
|
name = "heavy laser impact"
|
|
icon_state = "impact_beam_heavy"
|
|
|
|
/obj/effect/projectile/impact/wormhole
|
|
icon_state = "wormhole_g"
|