mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Better Block Injectors (#17128)
* Better Block Injectors * makes it pass * . * Update human_organs.dm * fixes blood v2 * save * gwah * update appearance * resolve * Update computers.dm
This commit is contained in:
@@ -260,6 +260,7 @@ GLOBAL_LIST_BOILERPLATE(all_brain_organs, /obj/item/organ/internal/brain)
|
||||
H.UpdateAppearance()
|
||||
H.sync_dna_traits(FALSE) // Traitgenes Sync traits to genetics if needed
|
||||
H.sync_organ_dna()
|
||||
H.initialize_vessel()
|
||||
if(!R.dna.real_name) //to prevent null names
|
||||
R.dna.real_name = "promethean ([rand(0,999)])"
|
||||
H.real_name = R.dna.real_name
|
||||
|
||||
Reference in New Issue
Block a user