mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Fixes runtime when putting a mmi into a borg (#69548)
Fixes runtime when putting a brain into a borg
This commit is contained in:
@@ -299,7 +299,7 @@
|
||||
O.mmi = W //and give the real mmi to the borg.
|
||||
O.updatename(brainmob.client)
|
||||
brainmob.mind.transfer_to(O)
|
||||
brainmob.mind.add_memory(MEMORY_BORGED, list(DETAIL_PROTAGONIST = user), story_value = STORY_VALUE_OKAY, memory_flags = MEMORY_SKIP_UNCONSCIOUS)
|
||||
O.mind.add_memory(MEMORY_BORGED, list(DETAIL_PROTAGONIST = user), story_value = STORY_VALUE_OKAY, memory_flags = MEMORY_SKIP_UNCONSCIOUS)
|
||||
playsound(O.loc, 'sound/voice/liveagain.ogg', 75, TRUE)
|
||||
|
||||
if(O.mind && O.mind.special_role)
|
||||
|
||||
Reference in New Issue
Block a user