Rest of the fixes for custom borgs on module reset.

This commit is contained in:
DJSnapshot
2014-09-14 06:22:46 -07:00
parent 01529c0e29
commit e6b5681db0
3 changed files with 6 additions and 3 deletions
@@ -30,6 +30,11 @@
R.uneq_all()
R.hands.icon_state = "nomod"
R.icon_state = "robot"
world << R.custom_sprite
if(R.custom_sprite == 1)
world << R.icon_state
icon = 'icons/mob/custom-synthetic.dmi'
R.icon_state = "[R.ckey]-Standard"
del(R.module)
R.module = null
R.camera.network.Remove(list("Engineering","Medical","MINE"))