mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
12 lines
556 B
Plaintext
12 lines
556 B
Plaintext
/obj/item/clothing/under/blackhole
|
|
name = "black hole combat undersuit"
|
|
desc = "It's made of a special fiber that provides minor protection against biohazards. Worn by Black Hole fanatics."
|
|
icon_state = "under"
|
|
default_worn_icon = 'modular_chomp/icons/blackhole/equipment.dmi'
|
|
icon = 'modular_chomp/icons/blackhole/equipment.dmi'
|
|
item_state_slots = list(slot_r_hand_str = "black", slot_l_hand_str = "black")
|
|
permeability_coefficient = 0.50
|
|
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
|
|
rolled_sleeves = 0
|
|
|