diff --git a/code/modules/paperwork/photography.dm b/code/modules/paperwork/photography.dm index 6e89173910e..c3cc150362a 100644 --- a/code/modules/paperwork/photography.dm +++ b/code/modules/paperwork/photography.dm @@ -69,8 +69,8 @@ to_chat(user, "You must hold [P] steady to burn [src].") 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.", \ - "[class]You burn right through [src], turning it to ash. It flutters through the air before settling on the floor in a heap.") + user.visible_message("[user] burns right through [src], turning it to ash. It flutters through the air before settling on the floor in a heap.", \ + "You burn right through [src], turning it to ash. It flutters through the air before settling on the floor in a heap.") if(user.is_in_inactive_hand(src)) user.unEquip(src)