diff --git a/code/modules/mining/lavaland/loot/bubblegum_loot.dm b/code/modules/mining/lavaland/loot/bubblegum_loot.dm index fbc5ec2d945..8ee0ecacd8d 100644 --- a/code/modules/mining/lavaland/loot/bubblegum_loot.dm +++ b/code/modules/mining/lavaland/loot/bubblegum_loot.dm @@ -54,7 +54,7 @@ used = FALSE return else if(choice == user) - user << "You feel like writing your own name into a cursed death warrant would be unwise." + to_chat(user, "You feel like writing your own name into a cursed death warrant would be unwise.") used = FALSE return else