updat e
@@ -11,6 +11,7 @@
|
|||||||
name = "ninja shoes"
|
name = "ninja shoes"
|
||||||
desc = "A pair of running shoes. Excellent for running and even better for smashing skulls."
|
desc = "A pair of running shoes. Excellent for running and even better for smashing skulls."
|
||||||
icon_state = "s-ninja"
|
icon_state = "s-ninja"
|
||||||
|
item_state = "s-ninja"
|
||||||
permeability_coefficient = 0.01
|
permeability_coefficient = 0.01
|
||||||
clothing_flags = NOSLIP
|
clothing_flags = NOSLIP
|
||||||
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF
|
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF
|
||||||
|
|||||||
@@ -182,6 +182,8 @@
|
|||||||
n_shoes = ninja.shoes
|
n_shoes = ninja.shoes
|
||||||
ADD_TRAIT(n_shoes, TRAIT_NODROP, NINJA_SUIT_TRAIT)
|
ADD_TRAIT(n_shoes, TRAIT_NODROP, NINJA_SUIT_TRAIT)
|
||||||
n_shoes.slowdown--
|
n_shoes.slowdown--
|
||||||
|
n_shoes.icon_state = "s-ninjan"
|
||||||
|
n_shoes.item_state = "s-ninjan"
|
||||||
n_gloves = ninja.gloves
|
n_gloves = ninja.gloves
|
||||||
ADD_TRAIT(n_gloves, TRAIT_NODROP, NINJA_SUIT_TRAIT)
|
ADD_TRAIT(n_gloves, TRAIT_NODROP, NINJA_SUIT_TRAIT)
|
||||||
n_gloves.icon_state = "s-ninjan"
|
n_gloves.icon_state = "s-ninjan"
|
||||||
@@ -212,6 +214,8 @@
|
|||||||
if(n_shoes)
|
if(n_shoes)
|
||||||
REMOVE_TRAIT(n_shoes, TRAIT_NODROP, NINJA_SUIT_TRAIT)
|
REMOVE_TRAIT(n_shoes, TRAIT_NODROP, NINJA_SUIT_TRAIT)
|
||||||
n_shoes.slowdown++
|
n_shoes.slowdown++
|
||||||
|
n_shoes.icon_state = "s-ninja"
|
||||||
|
n_shoes.item_state = "s-ninja"
|
||||||
if(n_gloves)
|
if(n_gloves)
|
||||||
n_gloves.icon_state = "s-ninja"
|
n_gloves.icon_state = "s-ninja"
|
||||||
n_gloves.item_state = "s-ninja"
|
n_gloves.item_state = "s-ninja"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 513 KiB After Width: | Height: | Size: 513 KiB |
|
Before Width: | Height: | Size: 743 B After Width: | Height: | Size: 958 B |
|
Before Width: | Height: | Size: 759 B After Width: | Height: | Size: 954 B |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |