mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
Update cigs_lighters.dm
- Adding a closing tag that I had forgotten.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user