Fixed instant summon behavior with simple animals (#35780)

Removed hand slots from lots of things that should not have them
This commit is contained in:
Cruix
2018-02-19 13:04:26 -08:00
committed by CitadelStationBot
parent fef23bd7cc
commit 558b87ce65
8 changed files with 12 additions and 6 deletions
@@ -14,15 +14,16 @@
ventcrawler = VENTCRAWLER_NONE
density = TRUE
pass_flags = 0
var/ascended = FALSE
sight = (SEE_TURFS | SEE_OBJS)
status_flags = CANPUSH
spacewalk = TRUE
mob_size = MOB_SIZE_LARGE
var/mob/living/oldform
var/list/devil_overlays[DEVIL_TOTAL_LAYERS]
held_items = list(null, null)
bodyparts = list(/obj/item/bodypart/chest/devil, /obj/item/bodypart/head/devil, /obj/item/bodypart/l_arm/devil,
/obj/item/bodypart/r_arm/devil, /obj/item/bodypart/r_leg/devil, /obj/item/bodypart/l_leg/devil)
var/ascended = FALSE
var/mob/living/oldform
var/list/devil_overlays[DEVIL_TOTAL_LAYERS]
/mob/living/carbon/true_devil/Initialize()
create_bodyparts() //initialize bodyparts