mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Makes prosthetics editable in appearance editor (#18879)
The appearance editor can now change organs and limbs into prosthetic/nymph/amputated versions. As ghostroles can now edit their own limbs, the Tarwa Conglomerate ghostroles no longer have random nymph limbs. Height and speech bubbles no longer need the user to be able to change their species to modify them --------- Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com> Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
co-authored by
Matt Atlas
parent
eb63f6998b
commit
8c4b86349d
@@ -76,7 +76,7 @@
|
||||
/obj/item/organ/internal/proc/special_condition() // For unique conditions
|
||||
return
|
||||
|
||||
/obj/item/organ/internal/robotize(var/company = "Unbranded")
|
||||
/obj/item/organ/internal/robotize(var/company = PROSTHETIC_UNBRANDED)
|
||||
..()
|
||||
min_bruised_damage += 5
|
||||
min_broken_damage += 10
|
||||
|
||||
Reference in New Issue
Block a user