mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-09 17:02:00 +00:00
This pr adds some depth to the citizenship and religion choices at the character setup. Citizenship will now affect your loadout and mission as a consular officer. Religion will now affect your chaplain's religion name, bible name and sprite. Selecting any option will bring a small lore pop up for citizenship and religion choices.
8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
/datum/religion
|
|
var/name
|
|
var/description
|
|
var/book_name = "bible"
|
|
var/book_sprite = "holybook"
|
|
|
|
/datum/religion/proc/get_records_name()
|
|
return name |