make space goliaths, hivelords, and basilisks spacewalk (#29442)

This commit is contained in:
warriorstar-orion
2025-06-11 17:04:30 +00:00
committed by GitHub
parent e5a08230ee
commit 2acf4a628c
16 changed files with 58 additions and 26 deletions
@@ -66,16 +66,25 @@
desc = "A den housing a nest of goliaths, oh god why?"
mob_types = list(/mob/living/simple_animal/hostile/asteroid/goliath)
/obj/structure/spawner/mining/goliath/space
mob_types = list(/mob/living/simple_animal/hostile/asteroid/goliath/space)
/obj/structure/spawner/mining/hivelord
name = "hivelord den"
desc = "A den housing a nest of hivelords."
mob_types = list(/mob/living/simple_animal/hostile/asteroid/hivelord)
/obj/structure/spawner/mining/hivelord/space
mob_types = list(/mob/living/simple_animal/hostile/asteroid/hivelord/space)
/obj/structure/spawner/mining/basilisk
name = "basilisk den"
desc = "A den housing a nest of basilisks, bring a coat."
mob_types = list(/mob/living/simple_animal/hostile/asteroid/basilisk)
/obj/structure/spawner/mining/basilisk/space
mob_types = list(/mob/living/simple_animal/hostile/asteroid/basilisk/space)
/obj/structure/spawner/sentient
var/role_name = "A sentient mob"
var/assumed_control_message = "You are a sentient mob from a badly coded spawner"