mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Adds Robotic Digitigrade Legs (#8869)
Co-authored-by: thatonefirebird <129115325+Essiuun@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -512,6 +512,16 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\
|
|||||||
modular_bodyparts = MODULAR_BODYPART_PROSTHETIC
|
modular_bodyparts = MODULAR_BODYPART_PROSTHETIC
|
||||||
parts = list(BP_L_LEG, BP_R_LEG, BP_L_FOOT, BP_R_FOOT)
|
parts = list(BP_L_LEG, BP_R_LEG, BP_L_FOOT, BP_R_FOOT)
|
||||||
|
|
||||||
|
/* CHOMPRemove Start
|
||||||
|
/datum/robolimb/digi
|
||||||
|
company = "DSI Digitigrade Legs" //yup that's how I'm fixing this, you NEED to have digi on or else oh god it looks weird
|
||||||
|
desc = "Synthflesh-wrapped robotic digitigrade legs, for the animal in all of us."
|
||||||
|
icon = 'icons/mob/human_races/r_digi.dmi'
|
||||||
|
lifelike = 1
|
||||||
|
unavailable_to_build = 1
|
||||||
|
skin_tone = 1
|
||||||
|
parts = list(BP_L_LEG, BP_R_LEG, BP_L_FOOT, BP_R_FOOT)
|
||||||
|
*/// CHOMPRemove End
|
||||||
|
|
||||||
/obj/item/weapon/disk/limb/New(var/newloc)
|
/obj/item/weapon/disk/limb/New(var/newloc)
|
||||||
..()
|
..()
|
||||||
|
|||||||
Reference in New Issue
Block a user