Paradise icon indicating copy to clipboard operation
Paradise copied to clipboard

Removes various helpers that can be simplified in a single variable check

Open DGamerL opened this issue 11 months ago • 0 comments

What Does This PR Do

Removes helpers that can be easily simplified into a single variable check. Current list:

  • is_sharp()
  • get_turf_or_move()
  • is_dead() - This one is removed because the check == DEAD is used far more than the proc
  • hasorgans()

Why It's Good For The Game

These can just be simplified and are needlessly using helper procs

Testing

Compiled, sliced some food

Changelog

NPFC

DGamerL avatar Mar 11 '24 03:03 DGamerL