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 22:08:01 -06:00
committed by CitadelStationBot
parent fef23bd7cc
commit 558b87ce65
8 changed files with 12 additions and 6 deletions
@@ -4,6 +4,7 @@
possible_a_intents = list(INTENT_HELP, INTENT_HARM)
hud_possible = list(HEALTH_HUD,STATUS_HUD,ANTAG_HUD,GLAND_HUD)
has_limbs = 1
held_items = list(null, null)
var/list/stomach_contents = list()
var/list/internal_organs = list() //List of /obj/item/organ in the mob. They don't go in the contents for some reason I don't want to know.
var/list/internal_organs_slot= list() //Same as above, but stores "slot ID" - "organ" pairs for easy access.