Skip to content
Snippets Groups Projects
Commit ce903de9 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix degeneracy bug

parent f2d1df02
No related branches found
No related tags found
1 merge request!4161fix degeneracy bug
...@@ -680,7 +680,7 @@ On formal occasions, you are announced as $PCTitle. ...@@ -680,7 +680,7 @@ On formal occasions, you are announced as $PCTitle.
<<set $enduringRep = 0>> <<set $enduringRep = 0>>
<<elseif $PC.degeneracy > 75>> <<elseif $PC.degeneracy > 75>>
There are @@.red;severe rumors@@ about you spreading across the arcology. There are @@.red;severe rumors@@ about you spreading across the arcology.
<<run repX(-200*$PC.degeneracy, "PCactions")>> <<run repX(-20*$PC.degeneracy, "PCactions")>>
<<elseif $PC.degeneracy > 50>> <<elseif $PC.degeneracy > 50>>
There are @@.red;bad rumors@@ about you spreading across the arcology. There are @@.red;bad rumors@@ about you spreading across the arcology.
<<run repX(-10*$PC.degeneracy, "PCactions")>> <<run repX(-10*$PC.degeneracy, "PCactions")>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment