Giter Club home page Giter Club logo

Comments (4)

peterwankman avatar peterwankman commented on May 9, 2024
index f13f7e72..6f547cc9 100644
--- a/Source/items.cpp
+++ b/Source/items.cpp
@@ -22,7 +22,7 @@ CornerStoneStruct CornerStone;
 BYTE *itemanims[ITEMTYPES];
 BOOL UniqueItemFlag[128];
 #ifdef HELLFIRE
-int auricGold = 10000;
+int auricGold = GOLD_MAX_LIMIT * 2;
 #endif
 int numitems;
 int gnNumGetRecords;
@@ -1146,7 +1146,7 @@ void CalcPlrItemVals(int p, BOOL Loadgfx)
 #ifdef HELLFIRE
        if (plr[p].InvBody[INVLOC_AMULET]._itype == ITYPE_NONE || plr[p].InvBody[INVLOC_AMULET].IDidx != IDI_AURIC) {
                int half = MaxGold;
-               MaxGold = auricGold / 2;
+               MaxGold = GOLD_MAX_LIMIT;
 
                if (half != MaxGold)
                        StripTopGold(p);

from devilution.

qndel avatar qndel commented on May 9, 2024

Before creating a bug report, please note that this bug tracker is only intended for the original devilution project, which is binary exact function-wise. Please report bugs in ports of devilution in their respective repositories:

from devilution.

qndel avatar qndel commented on May 9, 2024

you can submit a PR with a //BUGFIX comment to devilution

  • technically this can go into devilution if you only change
-int auricGold = 10000;
+int auricGold = GOLD_MAX_LIMIT * 2;

as the second change has to be using a variable instead of a hardcoded number to stay bin exact

from devilution.

AJenbo avatar AJenbo commented on May 9, 2024

bugfixes can go in devilutionx

from devilution.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.