Skip to content

Commit

Permalink
oops (#24658)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuga-git authored Mar 17, 2024
1 parent 5c3cf02 commit cb7cf57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/paperwork/photography.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
to_chat(user, "<span class='warning'>You must hold [P] steady to burn [src].</span>")
return

user.visible_message("[class][user] burns right through [src], turning it to ash. It flutters through the air before settling on the floor in a heap.</span>", \
"[class]You burn right through [src], turning it to ash. It flutters through the air before settling on the floor in a heap.</span>")
user.visible_message("<span class='[class]'>[user] burns right through [src], turning it to ash. It flutters through the air before settling on the floor in a heap.</span>", \
"<span class='[class]'>You burn right through [src], turning it to ash. It flutters through the air before settling on the floor in a heap.</span>")

if(user.is_in_inactive_hand(src))
user.unEquip(src)
Expand Down

0 comments on commit cb7cf57

Please sign in to comment.