First tweak to cargo reagents selling.

This commit is contained in:
Ghommie
2020-02-06 22:34:54 +01:00
parent ce6b37da1e
commit 0703c6eea6
26 changed files with 41 additions and 28 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ GLOBAL_LIST_INIT(cargo_shuttle_leave_behind_typecache, typecacheof(list(
for(var/chem in ex.reagents_value)
var/value = ex.reagents_value[chem]
msg += "[value] credits: received [ex.reagents_volume[chem]]u of [chem].\n"
msg += "[value > 0 ? "+" : ""][value] credits: received [ex.reagents_volume[chem]]u of [chem].\n"
SSshuttle.points += value
msg = copytext_char(msg, 1, MAX_MESSAGE_LEN)