Update cigs_lighters.dm

- Adding a closing tag that I had forgotten.
This commit is contained in:
Purdev
2023-07-03 07:57:39 -07:00
committed by GitHub
parent 33394d6d07
commit 6e45df98a0
@@ -183,7 +183,7 @@
switch(i)
if(1 to 22)
to_chat("<span class='rose'>[user] safely reveals the supermatter shard within the [src]!</span>")
user.visible_message("<span class='rose'>You safely revealed the supermatter shard within the [src]!")
user.visible_message("<span class='rose'>You safely revealed the supermatter shard within the [src]!</span>")
if (user.get_left_hand() == src)
user.apply_damage(1, IRRADIATE, "l_hand")
else