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

Reblance: Wedding Ring #194

Merged
merged 1 commit into from Jul 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 0 additions & 15 deletions kod/object/item/passitem/ring/ringwedd.kod
Expand Up @@ -157,21 +157,6 @@ messages:
return FALSE;
}

% Things we handle to be a defense modifier:
ModifyDefensePower(who = $,what = $,defense_power = 0)
"Increase or decrease the defense of the defender."
{
% Add a small amount of defense. Only added as a defmod if the user is
% One of the original 2 users, and both user slots are filled.
return defense_power + viDefense_bonus;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this function orphans viDefense_bonus under classvars. I recommend removing that as well.

}

ModifyDefenseDamage(who = $,what = $,damage = $,atype = 0,aspell = 0)
"Increase or decrease damage done to defender."
{
return damage;
}

end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%