Fixes spelling and misleading messages (#22512)

* Fixes spelling and shit

* satiates the kor, fixes more typos/grammar issues

* spelling madness

* I'm mad with spelling power
This commit is contained in:
bgobandit
2016-12-29 10:14:01 +13:00
committed by oranges
parent 6586e7a04e
commit e9544b8bec
18 changed files with 45 additions and 45 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ var/list/total_extraction_beacons = list()
possible_beacons += EP
if(!possible_beacons.len)
user << "There are no extraction beacons in existance!"
user << "There are no extraction beacons in existence!"
return
else
@@ -139,7 +139,7 @@ var/list/total_extraction_beacons = list()
/obj/item/fulton_core
name = "extraction beacon signaller"
desc = "Emits a signal which fulton recovery devices can lock on to. Activate in hand to create a beacon."
desc = "Emits a signal which fulton recovery devices can lock onto. Activate in hand to create a beacon."
icon = 'icons/obj/stock_parts.dmi'
icon_state = "subspace_amplifier"