Modifies pizza box description. (#23144)

This commit is contained in:
AnturK
2017-01-21 19:00:09 -05:00
committed by KorPhaeron
parent 25b1476baa
commit 88f683b2ab
+2 -2
View File
@@ -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