diff --git a/modular_chomp/code/game/objects/items/weapons/cigs_lighters.dm b/modular_chomp/code/game/objects/items/weapons/cigs_lighters.dm
index f55aebe798..09338b4f7d 100644
--- a/modular_chomp/code/game/objects/items/weapons/cigs_lighters.dm
+++ b/modular_chomp/code/game/objects/items/weapons/cigs_lighters.dm
@@ -183,7 +183,7 @@
switch(i)
if(1 to 22)
to_chat("[user] safely reveals the supermatter shard within the [src]!")
- user.visible_message("You safely revealed the supermatter shard within the [src]!")
+ user.visible_message("You safely revealed the supermatter shard within the [src]!")
if (user.get_left_hand() == src)
user.apply_damage(1, IRRADIATE, "l_hand")
else