Spelling Fixes (#8973)

* SpellingFixes

* OtherTypos

* OtherTypos
This commit is contained in:
klorpa
2023-04-08 21:39:28 -08:00
committed by GitHub
parent ff4bb85a40
commit f445ffde0a
335 changed files with 943 additions and 943 deletions
@@ -263,7 +263,7 @@ field_generator power level display
return
for(var/dist = 0, dist <= 9, dist += 1) // checks out to 8 tiles away for another generator
T = get_step(T, NSEW)
if(T.density)//We cant shoot a field though this
if(T.density)//We can't shoot a field though this
return 0
for(var/atom/A in T.contents)
if(ismob(A))
@@ -26,7 +26,7 @@ GLOBAL_LIST_BOILERPLATE(all_singularities, /obj/singularity)
var/consume_range = 0 //How many tiles out do we eat.
var/event_chance = 15 //Prob for event each tick.
var/target = null //Its target. Moves towards the target if it has one.
var/last_failed_movement = 0 //Will not move in the same dir if it couldnt before, will help with the getting stuck on fields thing.
var/last_failed_movement = 0 //Will not move in the same dir if it couldn't before, will help with the getting stuck on fields thing.
var/last_warning
var/chained = 0//Adminbus chain-grab
@@ -208,7 +208,7 @@ GLOBAL_LIST_BOILERPLATE(all_singularities, /obj/singularity)
pixel_y = -128
grav_pull = 10
consume_range = 4
dissipate = 0 //It cant go smaller due to e loss.
dissipate = 0 //It can't go smaller due to e loss.
cut_overlays()
if(chained)
add_overlay("chain_s9")
@@ -226,7 +226,7 @@ GLOBAL_LIST_BOILERPLATE(all_singularities, /obj/singularity)
pixel_y = -160
grav_pull = 16
consume_range = 5
dissipate = 0 //It cant go smaller due to e loss
dissipate = 0 //It can't go smaller due to e loss
event_chance = 25 //Events will fire off more often.
if(chained)
add_overlay("chain_s9")