Spiderbots can no longer pull all the things (#14076)

This commit is contained in:
Afya212
2022-05-26 18:39:59 +02:00
committed by GitHub
parent 76fec7231a
commit e69a766f49
2 changed files with 11 additions and 2 deletions
@@ -5,7 +5,7 @@
max_co2 = 0
minbodytemp = 0
maxbodytemp = 500
mob_size = MOB_SMALL
mob_size = MOB_TINY
var/radio_type = /obj/item/device/radio/borg
var/obj/item/device/radio/borg/radio = null
@@ -45,8 +45,10 @@
var/obj/item/held_item = null //Storage for single item they can hold.
speed = -1 //Spiderbots gotta go fast.
pass_flags = PASSTABLE | PASSDOORHATCH
speak_emote = list("beeps","clicks","chirps")
universal_understand = TRUE
speak_emote = list("beeps","clicks","chirps")
can_pull_size = 3
can_pull_mobs = MOB_PULL_SMALLER
psi_pingable = FALSE