Starts work on the Vatborn Human species

This commit is contained in:
Anewbe
2017-10-15 23:26:22 -05:00
parent 768dc2d7c0
commit f42457b997
11 changed files with 52 additions and 23 deletions

View File

@@ -7,6 +7,8 @@
/datum/lore/codex/page/unathi,
/datum/lore/codex/page/tajaran,
/datum/lore/codex/page/diona,
/datum/lore/codex/page/promethean,
/datum/lore/codex/page/vatborn,
/datum/lore/codex/category/teshari,
/datum/lore/codex/category/positronic,
/datum/lore/codex/category/drone
@@ -125,6 +127,18 @@
side of a wall, but this comes at a cost. Very loud noises are very painful for Teshari, so be mindful of \
your indoor voice when speaking with one. The Teshari are omnivorous but generally prefer to eat meat wherever possible."
// Promethean Lore
/datum/lore/codex/page/promethean/add_content()
name = "Promethean"
keywords += list("slime", "promethean")
data = "Words"
// Vatborn Lore
/datum/lore/codex/page/vatborn/add_content()
name = "Vatborn"
keywords += list("vatborn")
data = "More Words"
// Posi lore
/datum/lore/codex/category/positronic/add_content()
name = "Positronics"