mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
[FIX] Bottles created in the chemmaster now use the right chemical overlay. (#26800)
* Move everything a pixel over * configure item before reagent transfer --------- Co-authored-by: Adrer <adrermail@gmail.com>
This commit is contained in:
@@ -570,8 +570,8 @@
|
||||
P.name = "[medicine_name][name_suffix]"
|
||||
P.pixel_x = rand(-7, 7) // Random position
|
||||
P.pixel_y = rand(-7, 7)
|
||||
reagents.trans_to(P, amount_per_item)
|
||||
configure_item(data, reagents, P)
|
||||
reagents.trans_to(P, amount_per_item)
|
||||
|
||||
// Load the items into the bottle if there's one loaded
|
||||
if(istype(S) && S.can_be_inserted(P, TRUE))
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 5.6 KiB |
Reference in New Issue
Block a user