From 88f683b2abdb48ce1c53d680b13872abfa2f0f95 Mon Sep 17 00:00:00 2001 From: AnturK Date: Sun, 22 Jan 2017 01:00:09 +0100 Subject: [PATCH] Modifies pizza box description. (#23144) --- code/modules/food_and_drinks/pizzabox.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/food_and_drinks/pizzabox.dm b/code/modules/food_and_drinks/pizzabox.dm index 7ad4cccd6f9..a90d0dcd118 100644 --- a/code/modules/food_and_drinks/pizzabox.dm +++ b/code/modules/food_and_drinks/pizzabox.dm @@ -39,11 +39,11 @@ desc = initial(desc) if(open) if(pizza) - desc = "[desc] It appears to have \a [pizza] inside." + desc = "[desc] It appears to have \a [pizza] inside. Use your other hand to take it out." if(bomb) desc = "[desc] Wait, what?! It has \a [bomb] inside!" if(bomb_defused) - desc = "[desc] The bomb seems inert." + desc = "[desc] The bomb seems inert. Use your other hand to activate it." if(bomb_active) desc = "[desc] It looks like it's about to go off!" else