mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 19:49:39 +01:00
Fix a large number of typos (#89254)
Fixes a very large number of typos. A few of these fixes also extend to variable names, but only the really egregious ones like "concious".
This commit is contained in:
@@ -75,6 +75,6 @@
|
||||
///lowgrade boulder, most commonly spawned
|
||||
/obj/item/boulder/shabby
|
||||
name = "shabby boulder"
|
||||
desc = "A bizzare, twisted boulder. Wait, wait no, it's just a rock."
|
||||
desc = "A bizarre, twisted boulder. Wait, wait no, it's just a rock."
|
||||
custom_materials = list(/datum/material/iron = SHEET_MATERIAL_AMOUNT * 1.1, /datum/material/glass = SHEET_MATERIAL_AMOUNT * 1.1)
|
||||
durability = 1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Your new favorite industrial waste magnet!
|
||||
* Accepts boulders and produces sheets of non-metalic materials.
|
||||
* Accepts boulders and produces sheets of non-metallic materials.
|
||||
* When upgraded, it can hold more boulders and process more at once.
|
||||
*/
|
||||
/obj/machinery/bouldertech/refinery
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
/**
|
||||
* Your other new favorite industrial waste magnet!
|
||||
* Accepts boulders and produces sheets of metalic materials.
|
||||
* Accepts boulders and produces sheets of metallic materials.
|
||||
* When upgraded, it can hold more boulders and process more at once.
|
||||
*/
|
||||
/obj/machinery/bouldertech/refinery/smelter
|
||||
|
||||
@@ -304,7 +304,7 @@
|
||||
icon = 'icons/obj/clothing/head/helmet.dmi'
|
||||
worn_icon = 'icons/mob/clothing/head/helmet.dmi'
|
||||
icon_state = "godslayer"
|
||||
desc = "The horns and skull of a wendigo, held together by the remaining icey energy of a demonic miner."
|
||||
desc = "The horns and skull of a wendigo, held together by the remaining icy energy of a demonic miner."
|
||||
armor_type = /datum/armor/cloak_godslayer
|
||||
clothing_flags = STOPSPRESSUREDAMAGE | THICKMATERIAL | SNUG_FIT
|
||||
cold_protection = HEAD
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
/datum/voucher_set/conscription_kit
|
||||
name = "Mining Conscription Kit"
|
||||
description = "Contains a whole new mining starter kit for one crewmember, consisting of a proto-kinetic accelerator, a survival knife, a seclite, an explorer's suit, a mesons, an automatic mining scanner, a mining satchel, a gas mask, a mining radio key and a special ID card with a basic mining access."
|
||||
description = "Contains a whole new mining starter kit for one crewmember, consisting of a proto-kinetic accelerator, a survival knife, a seclite, an explorer's suit, mesons, an automatic mining scanner, a mining satchel, a gas mask, a mining radio key and a special ID card with a basic mining access."
|
||||
icon = 'icons/obj/storage/backpack.dmi'
|
||||
icon_state = "duffel-explorer"
|
||||
set_items = list(
|
||||
|
||||
Reference in New Issue
Block a user