From 6e45df98a0090f1eb0619ace1abe1bec6a0bad1e Mon Sep 17 00:00:00 2001
From: Purdev <125158082+FoxglovePurpur@users.noreply.github.com>
Date: Mon, 3 Jul 2023 07:57:39 -0700
Subject: [PATCH] Update cigs_lighters.dm
- Adding a closing tag that I had forgotten.
---
modular_chomp/code/game/objects/items/weapons/cigs_lighters.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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