Makes mob ai neutral and adds cargo pack

This commit is contained in:
Verkister
2022-12-26 13:53:22 +02:00
parent 614245db6e
commit 4991545221
3 changed files with 13 additions and 1 deletions
+7
View File
@@ -176,3 +176,10 @@
access_pilot
)
one_access = TRUE
/datum/supply_pack/misc/swoopie //CHOMPAdd
name = "SWOOPIE XL CleanBot Kit"
contains = list()
cost = 100
containertype = /obj/structure/largecrate/animal/swoopie
containername = "SWOOPIE XL CleanBot Starter Kit"
@@ -14,8 +14,12 @@
name = "Dangerous drone carrier"
starts_with = list(/mob/living/simple_mob/vore/sect_drone)
/obj/structure/largecrate/animal/bugsect/Initialize()
starts_with = list(pick(/mob/living/simple_mob/vore/sect_drone,
/mob/living/simple_mob/vore/sect_queen))
return ..()
/obj/structure/largecrate/animal/swoopie
name = "SWOOPIE XL CleanBot Starter Kit"
desc = "WARNING: HAZARDOUS CONTENTS. HANDLE WITH CAUTION. Consult spiritual observer intervention to avoid rogue units. (That means ghosts. Ominous.)"
starts_with = list(/mob/living/simple_mob/vore/aggressive/corrupthound/swoopie)
@@ -17,6 +17,7 @@
vore_pounce_chance = 100
vore_pounce_maxhealth = 125
has_hands = TRUE
faction = "neutral"
/mob/living/simple_mob/vore/aggressive/corrupthound/swoopie/init_vore()
if(!voremob_loaded)