Skip to content

Commit

Permalink
adds new camera inhands (#27841)
Browse files Browse the repository at this point in the history
Co-authored-by: Bmon <[email protected]>
  • Loading branch information
Bm0n and Bmon authored Jan 6, 2025
1 parent 30e3284 commit 2fd9200
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/flash.dm
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
icon = 'icons/obj/items.dmi'
desc = "A polaroid camera. 10 photos left."
icon_state = "camera"
item_state = "electropack" //spelling, a coders worst enemy. This part gave me trouble for a while.
item_state = "camera"
w_class = WEIGHT_CLASS_SMALL
slot_flags = ITEM_SLOT_BELT
can_overcharge = FALSE
Expand Down
2 changes: 1 addition & 1 deletion code/modules/paperwork/photography.dm
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
icon = 'icons/obj/items.dmi'
desc = "A polaroid camera."
icon_state = "camera"
item_state = "electropack"
item_state = "camera"
w_class = WEIGHT_CLASS_SMALL
slot_flags = ITEM_SLOT_NECK
var/list/matter = list("metal" = 2000)
Expand Down
Binary file modified icons/mob/inhands/items_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/items_righthand.dmi
Binary file not shown.

0 comments on commit 2fd9200

Please sign in to comment.