mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
Makes mob ai neutral and adds cargo pack
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user