mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-28 00:34:22 +01:00
62ae69c816
Restructures the ninja files into a more spaced-out version, compliments of /TG/. The energy katana is also their handiwork. Add an emag act to crates and lockers instead of handling everything in attackby.
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
|
|
/*
|
|
|
|
Contents:
|
|
- The Ninja Space Mask
|
|
|
|
*/
|
|
|
|
/obj/item/clothing/mask/gas/voice/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(norm)"
|
|
item_state = "s-ninja_mask"
|
|
unacidable = 1
|
|
siemens_coefficient = 0.2 |