mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Spiderbots can no longer pull all the things (#14076)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user