mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 20:22:07 +00:00
* Grep for space indentation * aa * Update species.dm * Update species.dm * Update maps.dm * Update examine.dm Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com> Co-authored-by: Azarak <azarak10@gmail.com>
16 lines
495 B
Plaintext
16 lines
495 B
Plaintext
/**
|
|
* # Ninja Mask
|
|
*
|
|
* Space ninja's mask. Other than looking cool, doesn't do anything.
|
|
*
|
|
* A mask which only spawns as a part of space ninja's starting kit. Functions as a gas mask.
|
|
*
|
|
*/
|
|
/obj/item/clothing/mask/gas/space_ninja
|
|
name = "ninja mask"
|
|
desc = "A close-fitting mask that acts both as an air filter and a post-modern fashion statement."
|
|
icon_state = "s-ninja"
|
|
inhand_icon_state = "s-ninja_mask"
|
|
strip_delay = 120
|
|
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF
|