mirror of
https://github.com/KabKebab/GS13.git
synced 2026-06-17 20:20:41 +01:00
16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
/obj/item/projectile/energy/declone
|
|
name = "radiation beam"
|
|
icon_state = "declone"
|
|
damage = 20
|
|
damage_type = CLONE
|
|
irradiate = 100
|
|
impact_effect_type = /obj/effect/temp_visual/impact_effect/green_laser
|
|
|
|
/obj/item/projectile/energy/dart //ninja throwing dart
|
|
name = "dart"
|
|
icon_state = "toxin"
|
|
damage = 5
|
|
damage_type = TOX
|
|
knockdown = 100
|
|
range = 7
|