mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user