Adds robotic Vaurca limbs (#12706)

* sprites

* code

* changelog
This commit is contained in:
desven
2021-11-03 15:13:28 -03:00
committed by GitHub
parent 221dfec0e0
commit 2e6bd5be02
4 changed files with 11 additions and 0 deletions
+1
View File
@@ -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
+6
View File
@@ -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)
+4
View File
@@ -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