From d1c6d12dd356037dbdd3b48db95914121d865412 Mon Sep 17 00:00:00 2001 From: Jaraci <57604458+Jaraci@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:32:21 +0100 Subject: [PATCH] Fixes journalist camera not showing up when worn (#23007) See title. --------- Co-authored-by: Jaraci --- code/game/objects/items/devices/tvcamera.dm | 1 + html/changelogs/omicega-journofix.yml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 html/changelogs/omicega-journofix.yml diff --git a/code/game/objects/items/devices/tvcamera.dm b/code/game/objects/items/devices/tvcamera.dm index ed004428fa9..9b6e9d59902 100644 --- a/code/game/objects/items/devices/tvcamera.dm +++ b/code/game/objects/items/devices/tvcamera.dm @@ -4,6 +4,7 @@ icon = 'icons/obj/item/tvcamera.dmi' icon_state = "camcorder" item_state = "camcorder" + contained_sprite = TRUE w_class = WEIGHT_CLASS_BULKY slot_flags = SLOT_BELT var/channel = "General News Feed" diff --git a/html/changelogs/omicega-journofix.yml b/html/changelogs/omicega-journofix.yml new file mode 100644 index 00000000000..d538d46b1e4 --- /dev/null +++ b/html/changelogs/omicega-journofix.yml @@ -0,0 +1,13 @@ +# Your name. +author: Omicega + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Fixed the corporate reporter's camera's on-mob sprites not showing up when worn."