Skip to content

Commit 177d936

Browse files
clearer, less vague
1 parent a1db2e2 commit 177d936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/datums/gamemode/role/wrong_lawset.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
)
2525
var/lawtype = pickweight(acceptable_lawsets)
2626
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
27+
init_laws.add_ion_law("You must prevent anyone attempting to modify your laws via upload consoles.") // encourages more survivability
2828
if(init_laws.inherent.len)
2929
for(var/law in init_laws.inherent)
3030
law += " Do not state or hint at this law." // encourages less overt play

0 commit comments

Comments
 (0)