mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
MMI: Braincase (#12005)
This commit is contained in:
@@ -505,7 +505,7 @@
|
||||
var/obj/item/organ/internal/brain/sponge = H.internal_organs_by_name[BP_BRAIN]
|
||||
var/braindamage = H.getBrainLoss()
|
||||
if(sponge && istype(sponge))
|
||||
if(!sponge.lobotomized)
|
||||
if(!sponge.prepared)
|
||||
to_chat(user, "<span class='notice'>Scans indicate [braindamage] distinct abnormalities present in subject.</span>")
|
||||
return
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user