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

Function _scale_pot_duration

crawl-ref/source/potion.cc:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39#include "xom.h"
40
41static int _scale_pot_duration(int base, bool is_potion)
42{
43 if (!is_potion || !you.has_mutation(MUT_EFFICIENT_METABOLISM))
44 return base;
45 return base * 2;
46}
47
48int _xom_factor(bool was_known);
49

Callers 10

effectMethod · 0.85
effectMethod · 0.85
effectMethod · 0.85
effectMethod · 0.85
effectMethod · 0.85
effectMethod · 0.85
effectMethod · 0.85
effectMethod · 0.85
effectMethod · 0.85
effectMethod · 0.85

Calls 1

has_mutationMethod · 0.80

Tested by

no test coverage detected