mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-21 07:03:05 +00:00
* removes all misc files/folders from the projectiles module (#60478) Co-authored-by: Thunder12345 <stewart@ critar.demon.co.uk> * Kills all miscs in guncode Co-authored-by: Thunder12345 <Thunder12345@users.noreply.github.com> Co-authored-by: Thunder12345 <stewart@ critar.demon.co.uk>
8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
/obj/projectile/energy/dart //ninja throwing dart
|
|
name = "dart"
|
|
icon_state = "toxin"
|
|
damage = 5
|
|
damage_type = TOX
|
|
paralyze = 100
|
|
range = 7
|