Merge pull request #3238 from Citadel-Station-13/upstream-merge-31379

[MIRROR] Layers pAIs under mobs to stop bodyblocking
This commit is contained in:
LetterJay
2017-10-08 23:32:22 -04:00
committed by GitHub

View File

@@ -1,18 +1,19 @@
/mob/living/silicon/pai
name = "pAI"
var/network = "SS13"
var/obj/machinery/camera/current = null
icon = 'icons/mob/pai.dmi'
icon_state = "repairbot"
mouse_opacity = MOUSE_OPACITY_OPAQUE
density = FALSE
luminosity = 0
pass_flags = PASSTABLE | PASSMOB
mob_size = MOB_SIZE_TINY
desc = "A generic pAI mobile hard-light holographics emitter. It seems to be deactivated."
weather_immunities = list("ash")
health = 500
maxHealth = 500
layer = BELOW_MOB_LAYER
var/network = "SS13"
var/obj/machinery/camera/current = null
var/ram = 100 // Used as currency to purchase different abilities
var/list/software = list()