mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Vaurca Warrior fixes (#19315)
 You can still select the normal Vaurca prosthetic hands as a Warrior if you want, because I am a benevolent Goddess.
This commit is contained in:
@@ -191,11 +191,17 @@ GLOBAL_DATUM(basic_robolimb, /datum/robolimb)
|
||||
|
||||
/datum/robolimb/vaurca
|
||||
company = PROSTHETIC_VAURCA
|
||||
desc = "This limb design is from old Sedantis, still manufactured by the Hives when providing maintenace to most of the basic Vaurcesian bioforms."
|
||||
desc = "This limb design is from old Sedantis, still manufactured by the Hives when providing maintenance to most of the basic Vaurcesian bioforms."
|
||||
icon = 'icons/mob/human_races/vaurca/r_vaurcalimbs.dmi'
|
||||
species_can_use = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR)
|
||||
allows_internal = FALSE
|
||||
|
||||
/datum/robolimb/vaurca/warrior
|
||||
company = PROSTHETIC_VAURCA_WARRIOR
|
||||
icon = 'icons/mob/human_races/vaurca/r_vaurcawarriorlimbs.dmi'
|
||||
species_can_use = list(SPECIES_VAURCA_WARRIOR)
|
||||
allowed_external_organs = list(BP_L_HAND, BP_R_HAND)
|
||||
|
||||
/datum/robolimb/hoplan
|
||||
company = PROSTHETIC_HOPLAN
|
||||
desc = "A refined helmet with an industrial lean. Extra plating seems to be applied to the top surface while the rest of the head features \
|
||||
|
||||
Reference in New Issue
Block a user