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

Function burn_away_slime

src/timeout.c:445–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445RESTORE_WARNING_FORMAT_NONLITERAL
446
447void
448burn_away_slime(void)
449{
450 if (Slimed) {
451 make_slimed(0L, "The slime that covers you is burned away!");
452 }
453}
454
455/* countdown timer for turning into green slime has run out; kill our hero */
456staticfn void

Callers 15

dositFunction · 0.85
peffect_oilFunction · 0.85
mhitm_ad_fireFunction · 0.85
castmuFunction · 0.85
mcast_fire_pillarFunction · 0.85
boulder_hits_poolFunction · 0.85
artifact_hitFunction · 0.85
dofiretrapFunction · 0.85
lava_effectsFunction · 0.85
sink_into_lavaFunction · 0.85
zapyourselfFunction · 0.85
zhituFunction · 0.85

Calls 1

make_slimedFunction · 0.85

Tested by

no test coverage detected