mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-19 13:32:49 +00:00
12 lines
420 B
Plaintext
12 lines
420 B
Plaintext
var/religion_name = null
|
|
/proc/religion_name()
|
|
if (religion_name)
|
|
return religion_name
|
|
|
|
var/name = ""
|
|
|
|
name += pick("bee", "science", "edu", "captain", "assistant", "monkey", "alien", "space", "unit", "sprocket", "gadget", "bomb", "revolution", "beyond", "station", "goon", "robot", "ivor", "hobnob")
|
|
name += pick("ism", "ia", "ology", "istism", "ites", "ick", "ian", "ity")
|
|
|
|
return capitalize(name)
|