Recieve --> receive grammarfix

Changes all "recieve"s in descriptions around the tgstation to "receive". Also energy katana description high priority fix.

Fixes #8576
Fixes #8504
This commit is contained in:
kingofkosmos
2015-04-03 19:42:34 +03:00
parent 5be93a2b1a
commit 2e4a8fcce8
15 changed files with 24 additions and 45 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ Code:
return 1
/obj/item/device/assembly/signaler/reciever/describe()
return "The radio reciever is [on?"on":"off"]."
return "The radio receiver is [on?"on":"off"]."
/obj/item/device/assembly/signaler/reciever/receive_signal(datum/signal/signal)
if(!on) return