mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Update brain.dm
This commit is contained in:
@@ -133,6 +133,8 @@ GLOBAL_LIST_BOILERPLATE(all_brain_organs, /obj/item/organ/internal/brain)
|
||||
/obj/item/organ/internal/brain/proc/get_control_efficiency()
|
||||
. = max(0, 1 - (round(damage / max_damage * 10) / 10))
|
||||
|
||||
return .
|
||||
|
||||
/obj/item/organ/internal/brain/pariah_brain
|
||||
name = "brain remnants"
|
||||
desc = "Did someone tread on this? It looks useless for cloning or cyborgification."
|
||||
|
||||
Reference in New Issue
Block a user