Refactors robot modules (#21572)

* Refactors robot modules

* no message

* ok

* mini why

* this is what you wanted, right?

* try to remember

* I can't code

* a good coder

* whirring

* bleh

* less sounds

* math is for nerds

* now it will
This commit is contained in:
Joan Lung
2016-11-18 17:12:32 -05:00
committed by AnturK
parent 8279e4ece3
commit 7c25b959de
12 changed files with 339 additions and 464 deletions

View File

@@ -1934,7 +1934,7 @@
if(iscyborg(L))
var/mob/living/silicon/robot/R = L
if(R.module)
R.module.add_module(I)
R.module.add_module(I, TRUE, TRUE)
R.activate_module(I)