mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
Conflicts!!!
This commit is contained in:
0
tgui/bin/tgui-build.bat
Executable file → Normal file
0
tgui/bin/tgui-build.bat
Executable file → Normal file
0
tgui/bin/tgui-dev-server.bat
Executable file → Normal file
0
tgui/bin/tgui-dev-server.bat
Executable file → Normal file
@@ -185,7 +185,7 @@ export const CargoCatalog = (props, context) => {
|
||||
onClick={() => act('add', {
|
||||
id: pack.id,
|
||||
})}>
|
||||
{formatMoney(self_paid
|
||||
{formatMoney(self_paid && !pack.goody
|
||||
? Math.round(pack.cost * 1.1)
|
||||
: pack.cost)}
|
||||
{' cr'}
|
||||
|
||||
Reference in New Issue
Block a user