Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Loot Settings incompatibility w/ Unpacking Cigarettes #44

Open
Nekuromu opened this issue Sep 14, 2024 · 2 comments
Open

More Loot Settings incompatibility w/ Unpacking Cigarettes #44

Nekuromu opened this issue Sep 14, 2024 · 2 comments
Assignees

Comments

@Nekuromu
Copy link
Collaborator

image

@Nekuromu Nekuromu added the bug Something isn't working label Sep 14, 2024
@Nekuromu Nekuromu self-assigned this Sep 14, 2024
@Nekuromu
Copy link
Collaborator Author

I checked, and could not replicate this issue.

@Goldbar97
Copy link
Owner

Goldbar97 commented Sep 15, 2024

function AMSI(item, count, player)
	for x=0, count do
		player:getInventory():AddItem(item);
	end
end

function recipe_opencigpack(items, result, player)
	AMSI("Base.Cigarettes", 0, player);
end

This code is about cigarettes packing.
It's weird that giving 1 cigarette turns out 20 cigarettes.
I already asked him the mod's name.

@Nekuromu Nekuromu changed the title Unpacking Cigarettes More Loot Settings incompatibility w/ Unpacking Cigarettes Sep 20, 2024
@Nekuromu Nekuromu added incompatibility and removed bug Something isn't working labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants