[MIRROR] Lets aloe cream autorepeat when healing (#283)

* Lets aloe cream autorepeat when healing (#52730)

* 15

* no suture buff

Co-authored-by: bumtickley00 <pebis@lol.com>

* Lets aloe cream autorepeat when healing

Co-authored-by: Tony <19880843+AdmiralPancakes1@users.noreply.github.com>
Co-authored-by: bumtickley00 <pebis@lol.com>
This commit is contained in:
SkyratBot
2020-08-11 06:12:04 +01:00
committed by GitHub
co-authored by bumtickley00 Tony
parent e8a13a328f
commit 04f92ff45b
+4 -1
View File
@@ -215,7 +215,7 @@
desc = "A suture infused with drugs that speed up wound healing of the treated laceration."
heal_brute = 15
stop_bleeding = 0.75
grind_results = list(/datum/reagent/medicine/polypyr = 2)
grind_results = list(/datum/reagent/medicine/polypyr = 1)
/obj/item/stack/medical/suture/heal(mob/living/M, mob/user)
. = ..()
@@ -357,12 +357,15 @@
name = "aloe cream"
desc = "A healing paste you can apply on wounds."
gender = PLURAL
singular_name = "aloe cream"
icon_state = "aloe_paste"
self_delay = 20
other_delay = 10
novariants = TRUE
amount = 20
max_amount = 20
repeating = TRUE
var/heal = 3
grind_results = list(/datum/reagent/consumable/aloejuice = 1)