mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
173bfb92f5
* BIO armor is kill * some more stuff that uses bio resist * I did a scuffed merge conflict solve but it works
10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
|
|
|
|
/obj/item/clothing/head/helmet/space/space_ninja
|
|
desc = "What may appear to be a simple black garment is in fact a highly sophisticated nano-weave helmet. Standard issue ninja gear."
|
|
name = "ninja hood"
|
|
icon_state = "s-ninja"
|
|
item_state = "s-ninja_hood"
|
|
armor = list(MELEE = 75, BULLET = 50, LASER = 20, ENERGY = 10, BOMB = 20, RAD = 15, FIRE = INFINITY, ACID = INFINITY)
|
|
blockTracking = 1
|