mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +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:
@@ -38,7 +38,7 @@
|
||||
|
||||
/obj/item/bag_of_holding_inert
|
||||
name = "inert bag of holding"
|
||||
desc = "What is currently a just an unwieldly block of metal with a slot ready to accept a bluespace anomaly core."
|
||||
desc = "What is currently a just an unwieldy block of metal with a slot ready to accept a bluespace anomaly core."
|
||||
icon = 'icons/obj/storage/backpack.dmi'
|
||||
worn_icon = 'icons/mob/clothing/back/backpack.dmi'
|
||||
icon_state = "bag_of_holding-inert"
|
||||
|
||||
@@ -844,7 +844,7 @@
|
||||
|
||||
/obj/item/storage/belt/grass_sabre
|
||||
name = "sabre sheath"
|
||||
desc = "An simple grass sheath designed to hold a sabre of... some sort. Actual metal one might be too sharp, though..."
|
||||
desc = "A simple grass sheath designed to hold a sabre of... some sort. An actual metal one might be too sharp, though..."
|
||||
icon_state = "grass_sheath"
|
||||
inhand_icon_state = "grass_sheath"
|
||||
worn_icon_state = "grass_sheath"
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
new /obj/item/swab(src)
|
||||
|
||||
/obj/item/storage/box/petridish
|
||||
name = "box of petridishes"
|
||||
desc = "This box purports to contain a number of high rim petridishes."
|
||||
name = "box of petri dishes"
|
||||
desc = "This box purports to contain a number of high rim petri dishes."
|
||||
illustration = "petridish"
|
||||
|
||||
/obj/item/storage/box/petridish/PopulateContents()
|
||||
|
||||
@@ -193,7 +193,7 @@
|
||||
////////////
|
||||
/obj/item/storage/fancy/cigarettes
|
||||
name = "\improper Space Cigarettes packet"
|
||||
desc = "The most popular brand of cigarettes, sponsors of the Space Olympics. On the back it advertises to be the only brand that can be smoked in the vaccum of space."
|
||||
desc = "The most popular brand of cigarettes, sponsors of the Space Olympics. On the back it advertises to be the only brand that can be smoked in the vacuum of space."
|
||||
icon = 'icons/obj/cigarettes.dmi'
|
||||
icon_state = "cig"
|
||||
inhand_icon_state = "cigpacket"
|
||||
|
||||
@@ -693,7 +693,7 @@
|
||||
/// A box which takes in coolant and uses it to preserve organs and body parts
|
||||
/obj/item/storage/organbox
|
||||
name = "organ transport box"
|
||||
desc = "An advanced box with an cooling mechanism that uses cryostylane or other cold reagents to keep the organs or bodyparts inside preserved."
|
||||
desc = "An advanced box with a cooling mechanism that uses cryostylane or other cold reagents to keep the organs or bodyparts inside preserved."
|
||||
icon = 'icons/obj/storage/case.dmi'
|
||||
icon_state = "organbox"
|
||||
base_icon_state = "organbox"
|
||||
|
||||
@@ -341,7 +341,7 @@
|
||||
|
||||
/obj/item/storage/box/syndie_kit/rebarxbowsyndie
|
||||
name = "Boxed Rebar Crossbow"
|
||||
desc = "A scoped weapon with low armor penetration, but devestating against flesh. Features instruction manual for making specialty ammo."
|
||||
desc = "A scoped weapon with low armor penetration, but devastating against flesh. Features instruction manual for making specialty ammo."
|
||||
|
||||
/obj/item/storage/box/syndie_kit/rebarxbowsyndie/PopulateContents()
|
||||
new /obj/item/book/granter/crafting_recipe/dusting/rebarxbowsyndie_ammo(src)
|
||||
|
||||
Reference in New Issue
Block a user