mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
Fixes Faulty Indentation in Brain Code (#14586)
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
if(is_broken())
|
||||
if(!owner.lying && prob(5))
|
||||
to_chat(owner, "<span class='danger'>You black out!</span>")
|
||||
owner.Paralyse(10)
|
||||
owner.Paralyse(10)
|
||||
|
||||
/obj/item/organ/internal/brain/surgical_fix(mob/user)
|
||||
var/blood_volume = owner.get_blood_oxygenation()
|
||||
|
||||
Reference in New Issue
Block a user