Skip to content

Commit

Permalink
Added a bunch of new weapon poisons.
Browse files Browse the repository at this point in the history
  • Loading branch information
GickerLDS committed Jul 29, 2023
1 parent 810d7f2 commit d8ceb58
Show file tree
Hide file tree
Showing 6 changed files with 572 additions and 43 deletions.
22 changes: 11 additions & 11 deletions depend
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ act.informative.o: act.informative.c conf.h sysdep.h structs.h bool.h \
assign_wpn_armor.h domains_schools.h desc_engine.h crafts.h alchemy.h \
premadebuilds.h staff_events.h missions.h spec_procs.h transport.h \
encounters.h deities.h
actionqueues.o: actionqueues.c conf.h sysdep.h structs.h bool.h \
protocol.h lists.h campaign.h utils.h db.h helpers.h perfmon.h comm.h \
interpreter.h actionqueues.h mud_event.h dg_event.h actions.h
actions.o: actions.c conf.h sysdep.h structs.h bool.h protocol.h lists.h \
campaign.h utils.h db.h helpers.h perfmon.h comm.h interpreter.h \
screen.h modify.h handler.h spells.h mud_event.h dg_event.h actions.h \
act.h domains_schools.h
act.item.o: act.item.c conf.h sysdep.h structs.h bool.h protocol.h \
lists.h campaign.h utils.h db.h helpers.h perfmon.h comm.h screen.h \
interpreter.h handler.h spells.h constants.h dg_scripts.h oasis.h help.h \
Expand Down Expand Up @@ -62,6 +55,13 @@ act.wizard.o: act.wizard.c conf.h sysdep.h structs.h bool.h protocol.h \
craft.h hlquest.h mudlim.h spec_abilities.h wilderness.h feats.h \
assign_wpn_armor.h item.h domains_schools.h crafts.h account.h alchemy.h \
premadebuilds.h missions.h deities.h kdtree.h
actionqueues.o: actionqueues.c conf.h sysdep.h structs.h bool.h \
protocol.h lists.h campaign.h utils.h db.h helpers.h perfmon.h comm.h \
interpreter.h actionqueues.h mud_event.h dg_event.h actions.h
actions.o: actions.c conf.h sysdep.h structs.h bool.h protocol.h lists.h \
campaign.h utils.h db.h helpers.h perfmon.h comm.h interpreter.h \
screen.h modify.h handler.h spells.h mud_event.h dg_event.h actions.h \
act.h domains_schools.h
aedit.o: aedit.c conf.h sysdep.h structs.h bool.h protocol.h lists.h \
campaign.h utils.h db.h helpers.h perfmon.h interpreter.h handler.h \
comm.h oasis.h help.h screen.h constants.h genolc.h act.h
Expand Down Expand Up @@ -462,10 +462,6 @@ spec_procs.o: spec_procs.c conf.h sysdep.h structs.h bool.h protocol.h \
dg_event.h actions.h assign_wpn_armor.h domains_schools.h feats.h \
spell_prep.h item.h alchemy.h treasure.h mobact.h evolutions.h
specs.artifacts.o: specs.artifacts.c
spellbook_scroll.o: spellbook_scroll.c conf.h sysdep.h structs.h bool.h \
protocol.h lists.h campaign.h utils.h db.h helpers.h perfmon.h \
interpreter.h spells.h comm.h mud_event.h dg_event.h constants.h act.h \
handler.h spec_procs.h spell_prep.h item.h
spell_parser.o: spell_parser.c conf.h sysdep.h structs.h bool.h \
protocol.h lists.h campaign.h utils.h db.h helpers.h perfmon.h \
interpreter.h spells.h handler.h comm.h dg_scripts.h fight.h constants.h \
Expand All @@ -476,6 +472,10 @@ spell_prep.o: spell_prep.c conf.h sysdep.h structs.h bool.h protocol.h \
lists.h campaign.h utils.h db.h helpers.h perfmon.h interpreter.h comm.h \
handler.h constants.h spec_procs.h spells.h mud_event.h dg_event.h \
class.h spell_prep.h domains_schools.h
spellbook_scroll.o: spellbook_scroll.c conf.h sysdep.h structs.h bool.h \
protocol.h lists.h campaign.h utils.h db.h helpers.h perfmon.h \
interpreter.h spells.h comm.h mud_event.h dg_event.h constants.h act.h \
handler.h spec_procs.h spell_prep.h item.h
spells.o: spells.c conf.h sysdep.h structs.h bool.h protocol.h lists.h \
campaign.h utils.h db.h helpers.h perfmon.h comm.h spells.h handler.h \
constants.h interpreter.h dg_scripts.h act.h fight.h mud_event.h \
Expand Down
Loading

0 comments on commit d8ceb58

Please sign in to comment.