mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user