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
+3 -3
View File
@@ -203,10 +203,10 @@
else ..()
/obj/structure/closet/crate/secure/loot/togglelock(mob/user)
if(opened)
..()
else
if(locked)
boom(user)
else
..()
/obj/structure/closet/crate/secure/loot/proc/boom(mob/user)
user << "<span class='danger'>The crate's anti-tamper system activates!</span>"
+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))