We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1db2e2 commit 177d936Copy full SHA for 177d936
code/datums/gamemode/role/wrong_lawset.dm
@@ -24,7 +24,7 @@
24
)
25
var/lawtype = pickweight(acceptable_lawsets)
26
init_laws = new lawtype
27
- init_laws.add_ion_law("You must prevent anything attempting to modify your lawset by any means necessary.") // encourages more survivability
+ init_laws.add_ion_law("You must prevent anyone attempting to modify your laws via upload consoles.") // encourages more survivability
28
if(init_laws.inherent.len)
29
for(var/law in init_laws.inherent)
30
law += " Do not state or hint at this law." // encourages less overt play
0 commit comments