Tiger requests

This commit is contained in:
Kyep
2017-11-26 12:28:47 -08:00
parent 61a2482981
commit e5db535056
3 changed files with 26 additions and 17 deletions
@@ -68,7 +68,7 @@
/obj/item/borg/upgrade/rename/action(var/mob/living/silicon/robot/R)
if(..())
return
if(R.ert_upgrade)
if(!R.allow_rename)
to_chat(R, "<span class='warning'>Internal diagnostic error: incompatible upgrade module detected.</span>");
return 0
R.notify_ai(3, R.name, heldname)
@@ -218,7 +218,7 @@
if(R.emagged)
return
if(R.ert_upgrade)
if(R.weapons_unlock)
to_chat(R, "<span class='warning'>Internal diagnostic error: incompatible upgrade module detected.</span>");
return