solves the problem with synergized multi-faceted empirical digital solut (#18305)

Co-authored-by: DanseMacabre <rsurname1212@gmail.com>
This commit is contained in:
TheDanseMacabre
2024-01-30 10:52:17 +00:00
committed by GitHub
co-authored by DanseMacabre
parent 4149d401b2
commit 90e2ae2b87
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
announceWhen = rand(announceWhen, announceWhen + 60)
spawncount = rand(4 * severity, 6 * severity) //spiderlings only have a 50% chance to grow big and strong
sent_spiders_to_station = 0
possible_spiders = typesof(/mob/living/simple_animal/hostile/giant_spider)
possible_spiders = list(/mob/living/simple_animal/hostile/giant_spider, /mob/living/simple_animal/hostile/giant_spider/nurse, /mob/living/simple_animal/hostile/giant_spider/emp, /mob/living/simple_animal/hostile/giant_spider/hunter, /mob/living/simple_animal/hostile/giant_spider/bombardier)
/datum/event/spider_infestation/announce()
command_announcement.Announce("Unidentified lifesigns detected coming aboard [station_name()]. Secure any exterior access, including ducting and ventilation.", "Lifesign Alert", new_sound = 'sound/AI/aliens.ogg', zlevels = affecting_z)