Files
ee58caa1f6 [MIRROR] Removes amount_list_postion from reagent containers, adds related unit test. [MDB IGNORE] (#21869)
* Removes amount_list_postion from reagent containers, adds related unit test. (#76057)

We had more issues like what #76013 addressed, now they're gone.
Variable transfer amount is now explicit.
Amount is now inferred from current value, performance concern here is
minimal. Less work and mistakes when making new types.

* Removes amount_list_postion from reagent containers, adds related unit test.

* update modular

* Fixes the failing unit test, hopefully

---------

Co-authored-by: AnturK <AnturK@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
2023-06-19 17:32:22 -04:00

9 lines
338 B
Plaintext

/obj/item/reagent_containers/blacktar
name = "black tar heroin"
desc = "A rock of black tar heroin, an impure freebase form of heroin."
icon = 'modular_skyrat/modules/morenarcotics/icons/crack.dmi'
icon_state = "blacktar"
volume = 5
has_variable_transfer_amount = FALSE
list_reagents = list(/datum/reagent/drug/opium/blacktar = 5)