Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds basic IB surgery instructions to surgical case #4121

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading