[MIRROR] Fix rig pai slot not accepting Btype card, and buffed rig ai movement distance (#12589)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-25 23:12:53 +01:00
committed by GitHub
co-authored by Will
parent 9fa12178ce
commit ca72ed7f17
2 changed files with 2 additions and 2 deletions
@@ -104,7 +104,7 @@
return 1
// Okay, it wasn't a terminal being touched, check for all the simple insertions.
if(input_device.type in list(/obj/item/paicard, /obj/item/mmi, /obj/item/mmi/digital/posibrain))
if(istype(input_device, /obj/item/paicard) || istype(input_device, /obj/item/mmi))
if(integrated_ai)
integrated_ai.attackby(input_device,user)
// If the transfer was successful, we can clear out our vars.
+1 -1
View File
@@ -1008,7 +1008,7 @@
wearer_move_delay += 2
return wearer.buckled.relaymove(wearer,direction)
var/power_cost = 200
var/power_cost = 50
if(!ai_moving)
power_cost = 20
cell.use(power_cost) //Arbitrary, TODO