Skip to content

Commit

Permalink
Adds/Changes various machine descriptions (#3774)
Browse files Browse the repository at this point in the history
# About the pull request

I dislike wordless or poorly written item descriptions. It saddens me to
see them.

# Explain why it's good for the game

Having a description is good.

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl: Cursor
spellcheck: Changed Chem Dispenser to Chemical Dispenser, added
descriptions to the cryo cell, rail computer and chemical dispenser.
Updated the descriptions for the Blood Dispenser and Dropship computer.
/:cl:

---------

Co-authored-by: BeagleGaming1 <[email protected]>
  • Loading branch information
theselfish and BeagleGaming1 committed Jul 7, 2023
1 parent 1a4a0eb commit 629af7b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/cryo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

/obj/structure/machinery/cryo_cell
name = "cryo cell"
desc = "A donation from the old A.W. project, using cryogenic technology. It slowly heals whoever is inside the tube."
icon = 'icons/obj/structures/machinery/cryogenics2.dmi'
icon_state = "cell"
density = FALSE
Expand Down
2 changes: 1 addition & 1 deletion code/game/machinery/vending/vendor_types/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@

/obj/structure/machinery/cm_vending/sorted/medical/blood
name = "\improper MM Blood Dispenser"
desc = "Marine Med brand Blood Pack Dispensary"
desc = "The Marine Med Brand Blood Pack Dispensary is the premier, top-of-the-line blood dispenser of 2105! Get yours today!" //Don't update this year, the joke is it's old.
icon_state = "blood"
wrenchable = TRUE
hackable = TRUE
Expand Down
1 change: 1 addition & 0 deletions code/modules/cm_tech/implements/railgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ GLOBAL_DATUM(railgun_eye_location, /datum/coords)

/obj/effect/landmark/railgun_computer
name = "Railgun computer landmark"
desc = "A computer with an orange interface, it's idly blinking, awaiting a password."

/obj/effect/landmark/railgun_computer/Initialize(mapload, ...)
. = ..()
Expand Down
3 changes: 2 additions & 1 deletion code/modules/reagents/chemistry_machinery/chem_dispenser.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/obj/structure/machinery/chem_dispenser
name = "chem dispenser"
name = "chemical dispenser"
desc = "A complex machine for mixing elements into chemicals. A Wey-Yu product."
density = TRUE
anchored = TRUE
icon = 'icons/obj/structures/machinery/science_machines.dmi'
Expand Down
2 changes: 1 addition & 1 deletion code/modules/shuttle/computers/dropship_computer.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/structure/machinery/computer/shuttle/dropship/flight
name = "dropship navigation computer"
desc = "flight computer for dropship"
desc = "A flight computer that can be used for autopilot or long-range flights."
icon = 'icons/obj/structures/machinery/shuttle-parts.dmi'
icon_state = "console"
req_one_access = list(ACCESS_MARINE_LEADER, ACCESS_MARINE_DROPSHIP)
Expand Down

0 comments on commit 629af7b

Please sign in to comment.