mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user