Skip to content

Hopefully finally fix droplimb()

Rob Nelson requested to merge pull/6656/Necrosis into Bleeding-Edge

Created by: dylanstrategie

Eat Genetic Power :

  • You can no longer eat groins (which caused extremely serious technical problems because that limb cannot actually be amputated). Now you'll be told that it is inappropriate (this is a christian server after all) and will return
  • Please stop using usr for fucks sakes
  • Remove t_his because it isn't actually needed. Tweak m_his to be compatible with neutral in case a robot somehow gets that genetic power
  • Always use limb.display_name when limbs are cast in text

Necrosis :

  • Remove a lot of blankspace and empty indents
  • Now only works on humans because organs are a human thing (at least properly, casting a mob that you haven't checked as human is shitcode of the highest order)
  • Basically formatting

Organ System :

  • droplimp() will now flat out return from the start if it is passed a UPPER_TORSO or LOWER_TORSO external organ (Read : Torso and groin exclusively) instead of applying a flag, even if overridden. This breaks shit bad otherwise

Fixes #6616 (closed) and a bunch of organ gibbing issues that were reported or not

Merge request reports