Various RMT pill tweaks + bugfix (#9914)

This commit is contained in:
Hockaa
2020-09-08 14:02:04 +02:00
committed by GitHub
parent 95a19f500e
commit e636c47767
5 changed files with 12 additions and 7 deletions
-3
View File
@@ -529,9 +529,6 @@
G.prescription = TRUE
G.autodrobe_no_remove = TRUE
if(H.species)
H.species.equip_later_gear(H)
// So shoes aren't silent if people never change 'em.
H.update_noise_level()
@@ -245,6 +245,6 @@ obj/item/storage/pill_bottle/butazoline
starts_with = list(/obj/item/reagent_containers/pill/minaphobin = 7)
/obj/item/storage/pill_bottle/rmt
name = "bottle of 15u RMT pills"
name = "bottle of 30u RMT pills"
desc = "Contains pills used to remedy the effects of prolonged zero-gravity adaptations."
starts_with = list(/obj/item/reagent_containers/pill/rmt = 7)
@@ -1627,8 +1627,8 @@
reagent_state = LIQUID
scannable = TRUE
color = "#AA8866"
overdose = REAGENTS_OVERDOSE
metabolism = 0.2 * REM
overdose = 40
metabolism = 0.1 * REM
taste_description = "sourness"
fallback_specific_heat = 1
@@ -226,7 +226,7 @@ obj/item/reagent_containers/pill/tranquility
name = "Regenerative-Muscular Tissue Supplement Pill"
desc = "Commonly abbreviated to RMT, it contains chemicals rampantly used by those seeking to remedy the effects of prolonged zero-gravity adaptations."
icon_state = "pill19"
reagents_to_add = list(/datum/reagent/rmt = 15)
reagents_to_add = list(/datum/reagent/rmt = 30)
/obj/item/reagent_containers/pill/cetahydramine
name = "Cetahydramine Pill"