Adds initialize returns that I forgot to add in the maploader fix PR

This commit is contained in:
Crazylemon64
2018-07-26 21:43:27 -07:00
parent f6ed5223fd
commit ea4cd378b0
@@ -2,7 +2,7 @@
TRAITS |= TRAIT_ROBUST
TRAITS |= TRAIT_MEAN
faction += "bot_angry"
..()
return ..()
/mob/living/carbon/human/interactive/friendly/Initialize(mapload)
TRAITS |= TRAIT_FRIENDLY
@@ -10,7 +10,7 @@
faction += "bot_friendly"
faction += "neutral"
functions -= "combat"
..()
return ..()
/mob/living/carbon/human/interactive/greytide/Initialize(mapload)
TRAITS |= TRAIT_ROBUST
@@ -21,4 +21,4 @@
targetInterestShift = 2 // likewise
faction += "bot_grey"
graytide = 1
..()
return ..()