changelog and nerf

This commit is contained in:
paprka
2015-01-26 03:58:23 -08:00
parent 1c59e972ce
commit cc94e4eb9c
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -86,13 +86,13 @@
gender = PLURAL
singular_name = "medical gauze"
icon_state = "gauze"
stop_bleeding = 3000 //five minutes
stop_bleeding = 1800 //180 seconds
/obj/item/stack/medical/gauze/improvised
name = "improvised gauze"
singular_name = "improvised gauze"
desc = "A roll of cloth roughly cut from something that can stop bleeding, but does not heal wounds."
stop_bleeding = 1200 //two minutes
stop_bleeding = 900 //90 seconds
/obj/item/stack/medical/ointment
name = "ointment"
@@ -0,0 +1,4 @@
author: Paprika
delete-after: True
changes:
- rscadd: "Added blood and bleeding. If you take enough brute damage on a certain limb, you will start bleeding, and will need to patch your bleeding with gauze from medbay. You can replace lost blood by eating nutritious food and waiting for your heart to reproduce it, or by getting a blood transfusion from an IV drip."