Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Nov 18, 2021

Pull Request Prelude

Changes Proposed

Issues addressed:

@ghost ghost requested review from ranisalt, DSpeichert and nekiro and removed request for ranisalt and DSpeichert November 18, 2021 06:37
src/const.h Outdated
@@ -113,6 +113,7 @@ enum MagicEffectClasses : uint8_t {
CONST_ME_CRITICAL_DAMAGE = 173,
// 174 is empty
CONST_ME_PLUNGING_FISH = 175,
CONST_ME_DRAWINK = 202,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
CONST_ME_DRAWINK = 202,
CONST_ME_DRAW_INK = 202,

?

Copy link
Author

Choose a reason for hiding this comment

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

I just wanted to follow DRAWBLOOD pattern 😄

@@ -3913,6 +3913,15 @@ void Game::combatGetTypeInfo(CombatType_t combatType, Creature* target, TextColo
color = TEXTCOLOR_ELECTRICPURPLE;
effect = CONST_ME_ENERGYHIT;
break;
case RACE_INK:
color = TEXTCOLOR_BLACK;
effect = CONST_ME_DRAWINK;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
effect = CONST_ME_DRAWINK;
effect = CONST_ME_DRAW_INK;

@omarcopires
Copy link
Contributor

works fine

omarcopires
omarcopires previously approved these changes Dec 2, 2021
DSpeichert
DSpeichert previously approved these changes Dec 14, 2021
@DSpeichert DSpeichert dismissed stale reviews from omarcopires and themself via 0b2cba5 December 14, 2021 23:28
@DSpeichert DSpeichert merged commit d7c8f08 into otland:master Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants