mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
* Adds the Ninja MODsuit * fixes (#14034) Co-authored-by: nevimer <foxmail@protonmail.com> * Fixed the empty contractor outfit breaking CI Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> Co-authored-by: nevimer <77420409+nevimer@users.noreply.github.com> Co-authored-by: nevimer <foxmail@protonmail.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
19 lines
1.0 KiB
Plaintext
19 lines
1.0 KiB
Plaintext
/**
|
|
* # Ninja Throwing Star
|
|
*
|
|
* a throwing star which specifically makes sure you know it came from a real ninja.
|
|
*
|
|
* The most important item in the entire codebase, as without it we would all cease to exist.
|
|
* Inherits everything that makes it interesting the stamina throwing star, but the most
|
|
* important change made is that its name specifically has the prefix, 'ninja' in it.
|
|
* This provides the detective role with information to play off of by ensuring that his
|
|
* assumption that a space ninja is aboard the ship to be true when he find 20 of these in
|
|
* the captain's back. Along with this, its throwforce is 10 instead of the 5 of the stamina
|
|
* throwing star, meaning it'll do a little more damage than the stamina throwing star does as well.
|
|
* Changes to this item need to be approved by all maintainers, so if you do change it, make sure
|
|
* you go through the proper channels, lest you get permabanned. Do I make myself clear?
|
|
*/
|
|
/obj/item/throwing_star/stamina/ninja
|
|
name = "ninja throwing star"
|
|
throwforce = 10
|