mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +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()
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: SleepyGemmy
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixes faulty indentation in the brain code, causing paralysis to proc every time instead of 5% of the time."
|
||||
Reference in New Issue
Block a user