diff --git a/code/modules/mob/living/silicon/pai/pai.dm b/code/modules/mob/living/silicon/pai/pai.dm index 3a143c7910..d0ff023365 100644 --- a/code/modules/mob/living/silicon/pai/pai.dm +++ b/code/modules/mob/living/silicon/pai/pai.dm @@ -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()