Fixes pills and patches displaying a fake transfer rate (#23539)

* Fix patches not preserving chem temperature

* Remove some leftover same-as-parent property assignments from pills

* Fix pills/patches showing their nonexistent transfer rate

* Revert "Fix patches not preserving chem temperature"

This reverts commit 8905280613.
This commit is contained in:
Nathan Winters
2023-12-16 16:15:47 +00:00
committed by GitHub
parent 9c0f8bcb6f
commit 69da720b20
2 changed files with 2 additions and 2 deletions
@@ -5,6 +5,7 @@
icon_state = "bandaid"
item_state = "bandaid"
possible_transfer_amounts = null
visible_transfer_rate = FALSE
volume = 30
temperature_min = 270
temperature_max = 350
@@ -9,10 +9,9 @@
icon = 'icons/obj/chemical.dmi'
icon_state = null
item_state = "pill"
container_type = NONE
possible_transfer_amounts = null
visible_transfer_rate = FALSE
volume = 100
has_lid = FALSE
/obj/item/reagent_containers/pill/Initialize(mapload)
. = ..()