mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Various RMT pill tweaks + bugfix (#9914)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user