MCPcopy Create free account
hub / github.com/crawl/crawl / fire

Method fire

crawl-ref/source/throw.cc:449–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void ranged_attack_beam::fire()
450{
451 beam.fire_as_ranged_attack(atk);
452}
453
454void ranged_attack_beam::initialise_beam(actor &agent, item_def &item)
455{

Callers 3

_player_shootFunction · 0.45
mons_throwFunction · 0.45

Calls 1

fire_as_ranged_attackMethod · 0.80

Tested by

no test coverage detected