osanseviero commited on
Commit
54f3213
·
1 Parent(s): 49f3341
Files changed (1) hide show
  1. projects.js +1 -1
projects.js CHANGED
@@ -36,7 +36,7 @@ var project2 = {
36
  title: "Beg for More ML Papers ",
37
  priceTag: "(1 Trust)",
38
  description: "Admit failure, ask for budget increase to cover cost of 1 conference",
39
- trigger: function(){return portTotal<wireCost && funds<wireCost && wire<1 && unsoldClips<1},
40
  uses: 1,
41
  cost: function(){return trust>=-100},
42
  flag: 0,
 
36
  title: "Beg for More ML Papers ",
37
  priceTag: "(1 Trust)",
38
  description: "Admit failure, ask for budget increase to cover cost of 1 conference",
39
+ trigger: function(){return portTotal<wireCost && wire<100},
40
  uses: 1,
41
  cost: function(){return trust>=-100},
42
  flag: 0,