Skip to content

Commit

Permalink
Merge branch 'experimental' into f(c)-customizable-sales
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiraffe3 authored Jan 22, 2025
2 parents 004c4ae + b4a443d commit 8675c1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ Version 0.10.1
* Engine bugs:
* Outfits with the "uninstallable" attribute are no longer sold alongside minables when using the "Sell All" button on the trading panel. (@TomGoodIdea)
* The string truncation functions now properly handle inputs that would have previously hit an infinite loop check. (@warp-core)
* The location of outfit thumnails on the UI is now rounded to an integer, preventing blurry thumbnails. (@TomGoodIdea)
* The location of outfit thumbnails on the UI is now rounded to an integer, preventing blurry thumbnails. (@TomGoodIdea)
* NPCs will no longer attempt to target flotsams that they cannot pick up. (@UnorderedSigh)
* Surveillance ships now maintain the same target until they are finished scanning, preventing a bug where some surveillance ships would never succeed their scan. (@warp-core)
* The shop will now properly report why it is that you can't "buy" an outfit from storage instead of saying that you can't place it into your cargo. (@alextd, @warp-core)
Expand Down
2 changes: 1 addition & 1 deletion data/avgi/avgi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ phrase "avgi elements"
"Neon"
"Sodium"
"Magnesium"
"Aluminium"
"Aluminum"
"Silicon"
"Phosphorus"
"Sulfur"
Expand Down
4 changes: 2 additions & 2 deletions data/avgi/windjammers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ ship "Windjammer"
"cooling" 30
"overheat damage threshold" 0.66
"overheat damage rate" -0.06
"disabled recovery timer" 720
"disabled recovery time" 720
"thrust" 44
"turn" 720
"hull repair rate" 3
Expand Down Expand Up @@ -316,7 +316,7 @@ ship "Bluejacket"
"cooling" 30
"overheat damage threshold" 0.66
"overheat damage rate" -0.06
"disabled recovery timer" 720
"disabled recovery time" 720
"thrust" 22
"turn" 1440
"hull repair rate" 3
Expand Down
1 change: 1 addition & 0 deletions data/governments.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ government "Aberrant"
language "Ka'het"
color 0.4 0.4 0.7

"player reputation" -1000
"default attitude" -.01
"attitude toward"
"Author" 0
Expand Down

0 comments on commit 8675c1d

Please sign in to comment.