mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user