mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
@@ -393,6 +393,7 @@
|
||||
#define PROSTHETIC_DIONA "Unknown Model"
|
||||
#define PROSTHETIC_AUTAKH "Aut'akh Manufactured"
|
||||
#define PROSTHETIC_TESLA "Tesla Powered Prosthetics"
|
||||
#define PROSTHETIC_VAURCA "Vaurca Robotic Limb"
|
||||
|
||||
//Brain Damage defines
|
||||
#define BRAIN_DAMAGE_MILD 10
|
||||
|
||||
@@ -123,3 +123,9 @@ var/global/datum/robolimb/basic_robolimb
|
||||
return FALSE
|
||||
else
|
||||
return TRUE
|
||||
|
||||
/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."
|
||||
icon = 'icons/mob/human_races/vaurca/r_vaurcalimbs.dmi'
|
||||
species_can_use = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR)
|
||||
@@ -0,0 +1,4 @@
|
||||
author: Desven, RyverStyx, Myphicbowser
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Added unique robotic limbs for Vaurca Worker and Vaurca Warrior. They are only selectable via the loadout."
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 935 B |
Reference in New Issue
Block a user