mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Modifies pizza box description. (#23144)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user