MY FAT FUCKIN ROBOT HANDS (Gives Bulwarks prosthetics) (#22744)

Adds a new prosthetic type for Bulwarks in the style of the other
vaurcae prosthetics



https://github.com/user-attachments/assets/b71d45e1-a850-4b80-9208-ed3965274939


### Asset Licenses
The following assets that **have not** been created by myself are
included in this PR:

N/A

---------

Signed-off-by: wshuwshuwshi <91352251+wshuwshuwshi@users.noreply.github.com>
This commit is contained in:
wshuwshuwshi
2026-07-26 18:07:04 +00:00
committed by GitHub
parent 895759eadb
commit bb5e9c78aa
5 changed files with 67 additions and 2 deletions
+1
View File
@@ -555,6 +555,7 @@
#define PROSTHETIC_TESLA_BODY "Industrial Tesla Powered Prosthetics"
#define PROSTHETIC_VAURCA "Vaurca Robotic Limb"
#define PROSTHETIC_VAURCA_WARRIOR "Vaurca Warrior Robotic Limb"
#define PROSTHETIC_VAURCA_BULWARK "Vaurca Bulwark Robotic Limb"
#define PROSTHETIC_UNBRANDED "Unbranded"
#define PROSTHETIC_UNBRANDED_EMISSIVE "Unbranded Emissive"
#define PROSTHETIC_HOPLAN "Hoplan Head"
@@ -388,8 +388,7 @@ Bulwarks are much larger and have significantly thicker carapaces than most Vaur
sprint_speed_factor = 1.0
stamina = 50
possible_external_organs_modifications = list("Normal", "Amputated") //We don't have any limb modfications for this species, yet
valid_prosthetics = null
valid_prosthetics = list(PROSTHETIC_VAURCA_BULWARK)
flags = NO_SLIP | NO_CHUBBY | NO_ARTERIES | PHORON_IMMUNE | NO_COLD_SLOWDOWN | NO_EQUIP_SPEEDMODS
+7
View File
@@ -217,6 +217,13 @@ GLOBAL_DATUM(basic_robolimb, /datum/robolimb)
allowed_external_organs = list(BP_L_HAND, BP_R_HAND)
paintable = TRUE
/datum/robolimb/vaurca/bulwark
company = PROSTHETIC_VAURCA_BULWARK
desc = "An adaptation of designs from old Sedantis, it has been redesigned to accomodate larger bioforms."
icon = 'icons/mob/human_races/vaurca/r_vaurcabulwarklimbs.dmi'
species_can_use = list(SPECIES_VAURCA_BULWARK)
paintable = TRUE
/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 \
+58
View File
@@ -0,0 +1,58 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# - (fixes bugs)
# wip
# - (work in progress)
# qol
# - (quality of life)
# soundadd
# - (adds a sound)
# sounddel
# - (removes a sound)
# rscadd
# - (adds a feature)
# rscdel
# - (removes a feature)
# imageadd
# - (adds an image or sprite)
# imagedel
# - (removes an image or sprite)
# spellcheck
# - (fixes spelling or grammar)
# experiment
# - (experimental change)
# balance
# - (balance changes)
# code_imp
# - (misc internal code change)
# refactor
# - (refactors code)
# config
# - (makes a change to the config files)
# admin
# - (makes changes to administrator tools)
# server
# - (miscellaneous changes to server)
#################################
# Your name.
author: Whitewolftamer
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Adds new prosthetic limbs for Vaurca bulwarks."
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB