Cheap Prosthetic set (#21303)

Adds a set of cheap, plasticy prosthetic limbs to the character setup.
Sprites are heavily modified from the wood golem limbs.
<img width="218" height="923" alt="image"
src="https://github.com/user-attachments/assets/dd92dc7e-e4fd-4d9c-84a8-bc5ee52ddcee"
/>
This commit is contained in:
Greenjoe12345
2025-09-06 10:30:27 +00:00
committed by GitHub
parent 36ffcdb2c5
commit 0736d51482
4 changed files with 67 additions and 0 deletions
+8
View File
@@ -269,3 +269,11 @@ GLOBAL_DATUM(basic_robolimb, /datum/robolimb)
linked_frame = SPECIES_IPC_BISHOP
icon = 'icons/mob/human_races/ipc/siseyo.dmi'
allowed_external_organs = list(BP_HEAD)
/datum/robolimb/cheap
company = PROSTHETIC_CHEAP
desc = "A cheap, basic, and outdated prosthetic limb made out of plastic and metal. Straps onto the body."
allows_internal = FALSE
icon = 'icons/mob/human_races/cheap_prosthetic.dmi'
brute_mod = 1.1
burn_mod = 1.2