Home
last modified time | relevance | path

Searched refs:REINCARNATOR (Results 1 – 3 of 3) sorted by relevance

/dports/games/beret/beret-freebsd-ab3c397400be60ce69903389727acf6cdf0a3119/
H A Dthing.h32 REINCARNATOR, ANTIMATTER, FAKEBOMB, BLOCKSTER, MATTERLY, enumerator
H A Dthing.c389 case REINCARNATOR : in thing_collision()
397 if (things[i].type == REINCARNATOR && things[i].subtype == 1) { in thing_collision()
699 case REINCARNATOR : in draw_thing()
1035 case REINCARNATOR : in destroy_thing()
1433 case REINCARNATOR : in make_thing()
H A Dgame.c4058 if (things[i].type == REINCARNATOR && things[i].subtype == 1) { in reincarnate_beret()