This commit is contained in:
Arokha Sieyes
2017-03-06 03:15:07 -05:00
parent 4a768f8594
commit d6e0709fd0
+2 -1
View File
@@ -40,5 +40,6 @@
"<span class='notice'>You apply some nanite paste on [user == M ? "your" : "[M]'s"] [S.name].</span>")
//VOREStation Add - External robolimb repair with nanopaste
else if(S && (S.robotic >= ORGAN_ROBOT))
S.robo_repair(5, "omni", "some damage", src, user)
if(S.robo_repair(5, "omni", "some damage", src, user))
use(1)
//VOREStation Add End