mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +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:
@@ -53,7 +53,7 @@
|
||||
/datum/outfit/deathmatch_loadout/assistant/weaponless
|
||||
name = "Deathmatch: Assistant loadout (Weaponless)"
|
||||
display_name = "Assistant (Unarmed)"
|
||||
desc = "What is an assistant without a toolbox? nothing"
|
||||
desc = "What is an assistant without a toolbox? Nothing!"
|
||||
l_hand = null
|
||||
|
||||
/datum/outfit/deathmatch_loadout/operative
|
||||
@@ -154,7 +154,7 @@
|
||||
/datum/outfit/deathmatch_loadout/battler
|
||||
name = "Deathmatch: Battler Base"
|
||||
display_name = "Battler"
|
||||
desc = "What is a battler whith out weapone?."
|
||||
desc = "What is a battler without weapons?"
|
||||
|
||||
shoes = /obj/item/clothing/shoes/combat
|
||||
uniform = /obj/item/clothing/under/syndicate
|
||||
@@ -779,7 +779,7 @@
|
||||
/datum/outfit/deathmatch_loadout/lizardkind
|
||||
name = "Deathmatch: Lizard Species"
|
||||
display_name = "Lizardfolk"
|
||||
desc = "They may be heavily discrimated against, they may be most often seen doing menial activities, but at least they, uh, uhh..."
|
||||
desc = "They may be heavily discriminated against, they may be most often seen doing menial activities, but at least they, uh, uhh..."
|
||||
species_override = /datum/species/lizard
|
||||
|
||||
head = /obj/item/clothing/head/soft/purple
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// for the illusion of a moving train
|
||||
/turf/open/chasm/true/no_smooth/fake_motion_sand
|
||||
name = "air"
|
||||
desc = "Dont jump off, unless you want to fall a really long distance."
|
||||
desc = "Don't jump off, unless you want to fall a really long distance."
|
||||
icon_state = "sandmoving"
|
||||
base_icon_state = "sandmoving"
|
||||
icon = 'icons/turf/floors.dmi'
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
|
||||
/datum/lazy_template/deathmatch/mech_madness
|
||||
name = "Mech Madness"
|
||||
desc = "Do you hate mechs? Yeah? Dont care! Go fight eachother!"
|
||||
desc = "Do you hate mechs? Yeah? Don't care! Go fight each other!"
|
||||
max_players = 4
|
||||
allowed_loadouts = list(/datum/outfit/deathmatch_loadout/operative)
|
||||
map_name = "mech_madness"
|
||||
|
||||
Reference in New Issue
Block a user