mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Bishop/Shell Prosthetics (#11296)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user