From efb3dceb3202c2fe8b69c918045fb3c18ac2594d Mon Sep 17 00:00:00 2001 From: MrDoomBringer Date: Wed, 28 Mar 2018 14:38:03 -0400 Subject: [PATCH] Fixes the cargo Express Console's description [wtf why is there a sprites tag] (#36765) * - Introduces a non-linear component to liver damage from alcohol so weak alcohol doesn't kill you instantly. (#36089) * mfw the space jews finally leave the drop pod buisiness gimme gimme the gee bee pee the fuck ahaha --- code/modules/cargo/expressconsole.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/cargo/expressconsole.dm b/code/modules/cargo/expressconsole.dm index d6b736ab31..4f5d7006d3 100644 --- a/code/modules/cargo/expressconsole.dm +++ b/code/modules/cargo/expressconsole.dm @@ -2,7 +2,7 @@ /obj/machinery/computer/cargo/express name = "express supply console" - desc = "This console allows the user to purchase a package for double the price,\ + desc = "This console allows the user to purchase a package \ with 1/40th of the delivery time: made possible by NanoTrasen's new \"Drop Pod Railgun\".\ All sales are near instantaneous - please choose carefully" icon_screen = "supply_express" @@ -75,8 +75,7 @@ data["siliconUser"] = user.has_unlimited_silicon_privilege data["points"] = SSshuttle.points data["supplies"] = list() - message = "For normally priced items, please use the standard Supply or Request Console. \ - Sales are near-instantaneous - please choose carefully." + message = "Sales are near-instantaneous - please choose carefully." if(SSshuttle.supplyBlocked) message = blockade_warning if(obj_flags & EMAGGED)