Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 6, 2023
1 parent 04c7967 commit fd7a8b4
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 fd7a8b4

Please sign in to comment.