This commit is contained in:
Ghommie
2020-06-08 07:39:48 +02:00
parent 495ccc99c5
commit afff7472d6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#define COUPON_OMEN "omen"
obj/item/coupon
/obj/item/coupon
name = "coupon"
desc = "It doesn't matter if you didn't want it before, what matters now is that you've got a coupon for it!"
icon_state = "data_1"

View File

@@ -65,7 +65,7 @@
var/station_name = (P.errors & MANIFEST_ERROR_NAME) ? new_station_name() : station_name()
P.name = "shipping manifest - [packname?"#[id] ([pack.name])":"(Grouped Item Crate)"]"
P.name = "shipping manifest - [packname?"#[id] ([pack.name])":"(Grouped Item Crate)"]"
P.info += "<h2>[command_name()] Shipping Manifest</h2>"
P.info += "<hr/>"
if(id && !(id == "Cargo"))