Fix two small errors

This commit is contained in:
Bjorn Neergaard
2016-02-08 00:01:54 -06:00
parent 1d10561a91
commit 401fe06e1c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -137,7 +137,7 @@
else
pointsEarned = round(SSshuttle.points_per_crate - manifest.order_cost)
SSshuttle.points += pointsEarned
msg += "[pointsEarned]: Station errorsly denied package #[manifest.order_id]."
msg += "[pointsEarned]: Station erroneously denied package #[manifest.order_id]."
// Sell plasma
if(istype(thing, /obj/item/stack/sheet/mineral/plasma))