Skip to content

Commit cf94936

Browse files
authored
Make mutation by radiation default to off (#83284)
1 parent c4a3ac2 commit cf94936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/core/external_options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
"name": "RAD_MUTATION",
425425
"//": "If true, radiation causes the player to mutate.",
426426
"stype": "bool",
427-
"value": true
427+
"value": false
428428
},
429429
{
430430
"type": "EXTERNAL_OPTION",

0 commit comments

Comments
 (0)