Merge pull request #5111 from Heroman3003/people-cant-have-nice-things

Removes glucose autoinjectors from vendomats, makes Zaddat spawn with a bunch
This commit is contained in:
Novacat
2019-04-27 22:49:53 -04:00
committed by GitHub
5 changed files with 22 additions and 3 deletions
@@ -342,6 +342,14 @@
gluttonous = 0
descriptors = list()
/datum/species/zaddat/equip_survival_gear(var/mob/living/carbon/human/H)
.=..()
var/obj/item/weapon/storage/toolbox/lunchbox/survival/zaddat/L = new(get_turf(H))
if(H.backbag == 1)
H.equip_to_slot_or_del(L, slot_r_hand)
else
H.equip_to_slot_or_del(L, slot_in_backpack)
/datum/species/diona
spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED
min_age = 18