Bishop/Shell Prosthetics (#11296)

This commit is contained in:
Geeves
2021-02-27 14:01:22 +01:00
committed by GitHub
parent 73a5ae84fb
commit c9b6999e46
4 changed files with 14 additions and 3 deletions
+1 -3
View File
@@ -20,9 +20,7 @@
var/datum/robolimb/R = all_robolimbs[robotize_type]
if(R.paintable)
limb_exception = TRUE
if(R.company == PROSTHETIC_SYNTHSKIN)
limb_exception = TRUE
if(status & ORGAN_ROBOT && !(isipc(human)) && !limb_exception)
if((status & ORGAN_ROBOT) && !limb_exception)
return
if(species && human.species && species.name != human.species.name)
return
+3
View File
@@ -29,6 +29,8 @@ var/global/datum/robolimb/basic_robolimb
SPECIES_VAURCA_WORKER,
SPECIES_VAURCA_WARRIOR,
SPECIES_IPC,
SPECIES_IPC_SHELL,
SPECIES_IPC_BISHOP,
SPECIES_HUMAN_OFFWORLD
)
var/paintable = 0 //tired of istype exceptions. bullshit to find, and by god do i know it after this project.
@@ -98,6 +100,7 @@ var/global/datum/robolimb/basic_robolimb
species_can_use = list(SPECIES_HUMAN)
linked_frame = SPECIES_IPC_SHELL
fabricator_available = TRUE
paintable = TRUE
lifelike = TRUE
/datum/robolimb/autakh