Refactors borgs and adjusts events

This commit is contained in:
Heroman
2022-12-30 14:36:27 +10:00
parent e37a38073a
commit f8b38d8c90
11 changed files with 118 additions and 145 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
if(isrobot(M))
var/mob/living/silicon/robot/R = M
if(R.module.type == /obj/item/weapon/robot_module/robot/scrubpup) // You can now feed the trash borg yay.
if(R.module.type == /obj/item/weapon/robot_module/robot/janitor/scrubpup) // You can now feed the trash borg yay.
playsound(src,'sound/items/eatfood.ogg', rand(10,50), 1)
user.drop_item()
forceMove(R.vore_selected)