mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user