Merge pull request #7193 from Citadel-Station-13/kevinz000-patch-13
Cyborgs now drop their encryption keys on detonation/deconstruction
This commit is contained in:
@@ -189,6 +189,11 @@
|
||||
ghostize()
|
||||
stack_trace("Borg MMI lacked a brainmob")
|
||||
mmi = null
|
||||
//CITADEL EDIT: Cyborgs drop encryption keys on destroy
|
||||
if(istype(radio) && istype(radio.keyslot))
|
||||
radio.keyslot.forceMove(T)
|
||||
radio.keyslot = null
|
||||
//END CITADEL EDIT
|
||||
if(connected_ai)
|
||||
connected_ai.connected_robots -= src
|
||||
if(shell)
|
||||
|
||||
Reference in New Issue
Block a user