Skip to content

Commit

Permalink
transciever
Browse files Browse the repository at this point in the history
  • Loading branch information
Contrabang committed Jan 26, 2024
1 parent e5b084e commit 0193642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/radio/headset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@

/obj/item/device/radio/headset/ai_integrated/receive_range(freq, level)
if (disabledAi)
return -1 //Transciever Disabled.
return -1 //Transceiver Disabled.
return ..(freq, level, 1)

//MARINE HEADSETS
Expand Down

0 comments on commit 0193642

Please sign in to comment.