Fully adpots previously ported bottle sprite and fixes reagent overlays (#26962)

* test 1

* Bottles

* quick fix

* brighter reagent bottle

* removes old lids

* Update code/modules/reagents/reagent_containers/chemical_bottle.dm

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

---------

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: Bmon <no@email.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
Bm0n
2024-11-18 18:53:17 -05:00
committed by GitHub
parent 07dac1d537
commit ea7295bc9b
7 changed files with 30 additions and 82 deletions
@@ -5,7 +5,7 @@
/datum/asset/spritesheet/chem_master/create_spritesheets()
for(var/pill_type = 1 to 20)
Insert("pill[pill_type]", 'icons/obj/chemical.dmi', "pill[pill_type]")
for(var/bottle_type in list("bottle", "small_bottle", "wide_bottle", "round_bottle", "reagent_bottle"))
for(var/bottle_type in list("bottle", "reagent_bottle"))
Insert(bottle_type, 'icons/obj/chemical.dmi', bottle_type)
/datum/asset/spritesheet/chem_master/ModifyInserted(icon/pre_asset)