Removed IS_SYNTHETIC and REGENERATES_LIMBS flags.

Moved some organ code around, added icons and limbs for IPC, added IPC limb manufacturer.
Reimplementing checks in place of IS_SYNTHETIC.
Rebalancing EMP a bit for IPC.
This commit is contained in:
Zuhayr
2015-05-25 14:49:07 +09:30
parent 3cae318716
commit 958494ae75
40 changed files with 564 additions and 561 deletions
-4
View File
@@ -634,10 +634,6 @@ datum/preferences
dat += "</br><b>Has a variety of eye colours.</b>"
if(current_species.flags & IS_PLANT)
dat += "</br><b>Has a plantlike physiology.</b>"
if(current_species.flags & IS_SYNTHETIC)
dat += "</br><b>Is machine-based.</b>"
if(current_species.flags & REGENERATES_LIMBS)
dat += "</br><b>Has a plantlike physiology.</b>"
dat += "</small></td>"
dat += "</tr>"
dat += "</table><center><hr/>"