Skip to content

Commit

Permalink
Update phone.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Dec 25, 2024
1 parent 407cccb commit d4a9854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cm_phone/phone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ GLOBAL_LIST_EMPTY_TYPED(transmitters, /obj/structure/transmitter)
name = "telephone"
icon = 'icons/obj/structures/phone.dmi'
item_icons = list(
WEAR_L_HAND = 'icons/mob/humans/onmob/inhands/items_by_map/snow_lefthand.dmi',
WEAR_R_HAND = 'icons/mob/humans/onmob/inhands/items_by_map/snow_righthand.dmi'
WEAR_L_HAND = 'icons/mob/humans/onmob/inhands/equipment/tools_lefthand.dmi',
WEAR_R_HAND = 'icons/mob/humans/onmob/inhands/equipment/tools_righthand.dmi'
)
icon_state = "rpb_phone"

Expand Down

0 comments on commit d4a9854

Please sign in to comment.