This commit is contained in:
Geeves
2021-10-25 15:04:15 -03:00
committed by GitHub
parent 57f1711018
commit fb72ec7c7e
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -81,7 +81,7 @@
if(!B.can_prepare)
to_chat(user, SPAN_WARNING("\The [B] is incompatible with [src]!"))
return
if(B.health <= 0)
if(B.damage >= B.max_damage)
to_chat(user, SPAN_WARNING("That brain is well and truly dead."))
return
else if(!B.brainmob)
@@ -298,4 +298,4 @@
#undef STATE_BRAIN
#undef STATE_NODIODES
#undef STATE_DIODES
#undef STATE_SEALED
#undef STATE_SEALED
+6
View File
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- bugfix: "MMIs can now be made again."