replace some weight-related magic numbers

adds a header file include/nhconst.h  (I'm open to a better name)
This commit is contained in:
nhmall
2025-03-19 13:29:58 -04:00
parent 00a5d811ee
commit a943c4c10b
19 changed files with 118 additions and 86 deletions

View File

@@ -1121,15 +1121,15 @@ HACK_H = $(CONFIG_H) $(INCL)align.h $(INCL)artilist.h \
$(INCL)hack.h $(INCL)lint.h $(INCL)mextra.h \
$(INCL)mkroom.h $(INCL)monattk.h $(INCL)mondata.h \
$(INCL)monflag.h $(INCL)monst.h $(INCL)monsters.h \
$(INCL)nhlua.h $(INCL)obj.h $(INCL)objclass.h \
$(INCL)objects.h $(INCL)permonst.h $(INCL)prop.h \
$(INCL)quest.h $(INCL)rect.h $(INCL)region.h \
$(INCL)rm.h $(INCL)seffects.h $(INCL)selvar.h \
$(INCL)skills.h $(INCL)sndprocs.h $(INCL)spell.h \
$(INCL)stairs.h $(INCL)sym.h $(INCL)sys.h \
$(INCL)timeout.h $(INCL)trap.h $(INCL)vision.h \
$(INCL)winprocs.h $(INCL)wintype.h $(INCL)you.h \
$(INCL)youprop.h
$(INCL)nhconst.h $(INCL)nhlua.h $(INCL)obj.h \
$(INCL)objclass.h $(INCL)objects.h $(INCL)permonst.h \
$(INCL)prop.h $(INCL)quest.h $(INCL)rect.h \
$(INCL)region.h $(INCL)rm.h $(INCL)seffects.h \
$(INCL)selvar.h $(INCL)skills.h $(INCL)sndprocs.h \
$(INCL)spell.h $(INCL)stairs.h $(INCL)sym.h \
$(INCL)sys.h $(INCL)timeout.h $(INCL)trap.h \
$(INCL)vision.h $(INCL)winprocs.h $(INCL)wintype.h \
$(INCL)you.h $(INCL)youprop.h
TILE_H = $(WSHR)tile.h