Merging modules - Surgery

This commit is contained in:
Heroman
2023-08-09 08:05:02 +10:00
parent 191b9836df
commit bd00a57b4c
13 changed files with 150 additions and 436 deletions
@@ -64,9 +64,9 @@
/obj/item/borg/upgrade/bellysizeupgrade/action(var/mob/living/silicon/robot/R)
if(..()) return 0
if(!R.module || R.dogborg == FALSE)//can work
if(!R.module)//can work
to_chat(R, "Upgrade mounting error! No suitable hardpoint detected!")
to_chat(usr, "There's no mounting point for the module! Try upgrading another model.")
to_chat(usr, "There's no mounting point for the module!")
return 0
var/obj/item/device/dogborg/sleeper/T = locate() in R.module