mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
[MIRROR] Digitigrade for hanner and replicants (#9757)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
co-authored by
SatinIsle
parent
027016ebed
commit
99eff089bf
@@ -726,6 +726,9 @@ var/list/preferences_datums = list()
|
||||
|
||||
character.digitigrade = selected_species.digi_allowed ? digitigrade : 0
|
||||
|
||||
for(var/obj/item/clothing/O in character.contents)
|
||||
O.handle_digitigrade(character)
|
||||
|
||||
character.dna.ResetUIFrom(character)
|
||||
character.force_update_limbs()
|
||||
character.regenerate_icons()
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
min_age = 18
|
||||
max_age = 200
|
||||
|
||||
digi_allowed = TRUE
|
||||
|
||||
//Specific abilities
|
||||
|
||||
burn_mod = 0.8 //Slightly resistant to fire
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
siemens_coefficient = 1.5 //Don't get electrocuted
|
||||
|
||||
secondary_langs = list() // None by default
|
||||
digi_allowed = TRUE
|
||||
|
||||
has_organ = list(
|
||||
O_HEART = /obj/item/organ/internal/heart/replicant/rage/crew,
|
||||
|
||||
Reference in New Issue
Block a user