Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. /datum/species/insectoid
  2. name = "Insectoid"
  3. icobase = 'icons/mob/human_races/r_insect.dmi'
  4. deform = 'icons/mob/human_races/r_def_insect.dmi'
  5. known_languages = list(LANGUAGE_INSECT)
  6. primitive = /mob/living/carbon/monkey/roach
  7.  
  8. flags = IS_WHITELISTED
  9. anatomy_flags = HAS_LIPS | HAS_SWEAT_GLANDS
  10.  
  11. default_mutations=list(RAD_IMMUNE)
  12. brute_mod = 1.3
  13. burn_mod = 1.3
  14. tox_mod = 0.5
  15.  
  16. blood_color = "#e6e600"
  17. flesh_color = "#9c7f25"
  18.  
  19. has_mutant_race = 0
  20.  
  21. species_intro = "You are an Insectoid.<br>\
  22. Your body is utterly immune to the perils of radiation, and you are able to better defend against toxic chemicals <br>\
  23. However, your rigid body is somewhat more fragile than that of more soft-bodied species. Resilient though you may be, a good smack may put you out of comission."
  24.  
  25. /datum/species/skrell/gib(mob/living/carbon/human/H) //placeholder til I get this figured
  26. ..()
  27. H.default_gib()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement