Adds cargo blackbox tracking (#18008)

* Adds cargo blackbox tracking

* _ added
This commit is contained in:
Qwertytoforty
2022-06-20 21:02:11 +01:00
committed by GitHub
parent 98cbc5f4bc
commit a01d7ae390
+1
View File
@@ -577,6 +577,7 @@
SSshuttle.points -= P.cost
SSshuttle.shoppinglist += O
investigate_log("[key_name(usr)] has authorized an order for [P.name]. Remaining points: [SSshuttle.points].", "cargo")
SSblackbox.record_feedback("tally", "cargo_shuttle_order", 1, P.name)
else
to_chat(usr, "<span class='warning'>There are insufficient supply points for this request.</span>")
break