MCPcopy Create free account
hub / github.com/NetHack/NetHack / already_wearing

Function already_wearing

src/do_wear.c:2010–2014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2008}
2009
2010staticfn void
2011already_wearing(const char *cc)
2012{
2013 You("are already wearing %s%c", cc, (cc == c_that_) ? '!' : '.');
2014}
2015
2016staticfn void
2017already_wearing2(const char *cc1, const char *cc2)

Callers 2

canwearobjFunction · 0.85
accessory_or_armor_onFunction · 0.85

Calls 1

YouFunction · 0.85

Tested by

no test coverage detected