Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
static 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
48
int _xom_factor(bool was_known);
49
Callers
10
effect
Method · 0.85
effect
Method · 0.85
effect
Method · 0.85
effect
Method · 0.85
effect
Method · 0.85
effect
Method · 0.85
effect
Method · 0.85
effect
Method · 0.85
effect
Method · 0.85
effect
Method · 0.85
Calls
1
has_mutation
Method · 0.80
Tested by
no test coverage detected