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

Function mar_hp_query

outdated/win/gem/wingem.c:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94/*************************** Proceduren *************************************/
95
96int
97mar_hp_query(void)
98{
99 if (Upolyd)
100 return (u.mh ? u.mhmax / u.mh : -1);
101 return (u.uhp ? u.uhpmax / u.uhp : -1);
102}
103
104int
105mar_iflags_numpad()

Callers 1

mar_status_dirtyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected