13 lines
469 B
Plaintext
13 lines
469 B
Plaintext
/**********************Goliath Hide**********************/
|
|
/obj/item/stack/sheet/animalhide/goliath_hide
|
|
name = "goliath hide plates"
|
|
desc = "Pieces of a goliath's rocky hide, these might be able to make your suit a bit more durable to attack from the local fauna."
|
|
icon = 'icons/obj/mining.dmi'
|
|
icon_state = "goliath_hide"
|
|
singular_name = "hide plate"
|
|
max_amount = 6
|
|
novariants = FALSE
|
|
item_flags = NOBLUDGEON
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
layer = MOB_LAYER
|