Skip to content

Commit

Permalink
Adds basic IB surgery instructions to surgical case (#4121)
Browse files Browse the repository at this point in the history
# About the pull request

Adds basic IB surgery instructions to surgical case

# Explain why it's good for the game

In character ability to learn the game 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:
add: Added basic IB surgery instructions to surgical case
/:cl:
  • Loading branch information
morrowwolf authored Aug 8, 2023
1 parent e7aaca8 commit 0cb5c0d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion code/game/objects/items/storage/firstaid.dm
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,14 @@

/obj/item/storage/surgical_case
name = "surgical case"
desc = "It's a medical case for storing basic surgical tools."
desc = "It's a medical case for storing basic surgical tools. It comes with a brief description for treating common internal bleeds.\
\nBefore surgery: Verify correct location and patient is adequately numb to pain.\
\nStep one: Open an incision at the site with the scalpel.\
\nStep two: Clamp bleeders with the hemostat.\
\nStep three: Draw back the skin with the retracter.\
\nStep four: Patch the damaged vein with a surgical line.\
\nStep five: Close the incision with a surgical line."

icon_state = "surgical_case"
throw_speed = SPEED_FAST
throw_range = 8
Expand Down

0 comments on commit 0cb5c0d

Please sign in to comment.