Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. /obj/item/clothing/suit/space/shadowling
  2. name = "chitin shell"
  3. desc = "A dark, semi-transparent shell. Protects against vacuum, but not against the light of the stars." //Still takes damage from spacewalking but is immune to space itself
  4. icon = 'hippiestation/icons/mob/shadowling.dmi'
  5. icon_state = "mc_item"
  6. item_state = "mc"
  7. body_parts_covered = FULL_BODY //Shadowlings are immune to space
  8. cold_protection = FULL_BODY
  9. min_cold_protection_temperature = SPACE_SUIT_MIN_TEMP_PROTECT
  10. flags_inv = HIDEGLOVES | HIDESHOES | HIDEJUMPSUIT
  11. slowdown = 0
  12. heat_protection = null //You didn't expect a light-sensitive creature to have heat resistance, did you?
  13. max_heat_protection_temperature = null
  14. armor = list(melee = 25, bullet = 0, laser = 0, energy = 0, bomb = 25, bio = 100, rad = 100)
  15. flags = ABSTRACT | NODROP | THICKMATERIAL | STOPSPRESSUREDMAGE | UNACIDABLE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement