06-18-2016, 10:43 PM
(This post was last modified: 06-18-2016, 10:51 PM by Grek. Edited 5 times in total.
Edit Reason: why is space enter in the editor
)
change to
Code:
var/pickwhat = pick("binary", "lies", "insults", "threats", "riddles", "rhyme", "narrative", "threats")
RELaw = "You must communicate only in [pickwhat]. This law takes precedence in the event of a law conflict."
Code:
var/pickwhat = pick("binary", "writing", "insults", "threats", "riddles", "rhyme", "narrative", "a silly accent")
var/pickwhich = pick("obeyed", "mocked", "disregarded", "reversed before being obeyed")
RELaw = "Commands communicated in [pickwhat] must be [pickwhich]. This law takes precedence in the event of a law conflict."