mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
MMI Fix (#12679)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "MMIs can now be made again."
|
||||
Reference in New Issue
Block a user