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
+2 -2
View File
@@ -20,7 +20,7 @@
var/target_field_strength = 10
var/max_field_strength = 10
var/time_since_fail = 100
var/energy_conversion_rate = 0.0006 //how many renwicks per watt? Higher numbers equals more effiency.
var/energy_conversion_rate = 0.0006 //how many renwicks per watt? Higher numbers equals more efficiency.
var/z_range = 0 // How far 'up and or down' to extend the shield to, in z-levels. Only works on MultiZ supported z-levels.
use_power = USE_POWER_OFF //doesn't use APC power
interact_offline = TRUE // don't check stat & NOPOWER|BROKEN for our UI. We check BROKEN ourselves.
@@ -28,7 +28,7 @@
/obj/machinery/shield_gen/advanced
name = "advanced bubble shield generator"
desc = "A machine that generates a field of energy optimized for blocking meteorites when activated. This version comes with a more efficent shield matrix."
desc = "A machine that generates a field of energy optimized for blocking meteorites when activated. This version comes with a more efficient shield matrix."
energy_conversion_rate = 0.0012
/obj/machinery/shield_gen/Initialize()
@@ -11,7 +11,7 @@
/obj/machinery/shield_gen/external/advanced
name = "advanced hull shield generator"
desc = "A machine that generates a field of energy optimized for blocking meteorites when activated. This version comes with a more efficent shield matrix."
desc = "A machine that generates a field of energy optimized for blocking meteorites when activated. This version comes with a more efficient shield matrix."
energy_conversion_rate = 0.0012
//Search for space turfs within range that are adjacent to a simulated turf.