mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Adjusts infected room event (#11488)
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
/area/engineering/gravgen,
|
||||
/area/maintenance,
|
||||
/area/medical,
|
||||
/area/rnd/test_area
|
||||
/area/rnd/test_area,
|
||||
/area/solar
|
||||
)
|
||||
|
||||
/datum/event/disease_outbreak/floor/setup()
|
||||
@@ -73,6 +74,6 @@
|
||||
V = new(pick_n_take(target_turfs))
|
||||
V.viruses |= chosen_disease
|
||||
else
|
||||
var/obj/effect/decal/cleanable/mucus/M
|
||||
var/mob/living/simple_mob/vore/aggressive/macrophage/M
|
||||
M = new(pick_n_take(target_turfs))
|
||||
M.viruses |= chosen_disease
|
||||
M.infections |= chosen_disease
|
||||
|
||||
Reference in New Issue
Block a user