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

Eating hemp seeds. #6116

Merged
merged 3 commits into from Feb 17, 2014

Conversation

Projects
None yet
3 participants
@Soyweiser
Copy link
Contributor

commented Feb 15, 2014

Added a SEED iuse function so you do not eat hemp seeds by accident.

Updated documentation about how to add new iuse functions.

Added a SEED iuse function so you do not eat hemp seeds by accident.
Updated documentation about how to add new iuse functions.
@@ -7525,3 +7525,11 @@ int iuse::bell(player *p, item *it, bool)
}
return it->type->charges_to_use();
}

int iuse::seed(player *p, item *it, bool)

This comment has been minimized.

Copy link
@KA101

KA101 Feb 16, 2014

Contributor

Jenkins thinks something's not getting used here. Compiled on your end?

This comment has been minimized.

Copy link
@Soyweiser

Soyweiser Feb 16, 2014

Author Contributor

The player p thing. Will fix it.

This comment has been minimized.

Copy link
@Soyweiser

Soyweiser Feb 16, 2014

Author Contributor

Does this fix it?

This comment has been minimized.

Copy link
@KA101

KA101 Feb 17, 2014

Contributor

Sorry, telco derp knocked my whole house off the net. Hadn't meant to abandon you.

Soyweiser added some commits Feb 16, 2014

@kevingranade kevingranade merged commit 413a94d into CleverRaven:master Feb 17, 2014

1 check passed

default This has been rescheduled for testing as the 'master' branch has been updated.

@Soyweiser Soyweiser deleted the Soyweiser:You_Eat_The_Seed branch Feb 17, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.