diff --git a/code/datums/diseases/transformation.dm b/code/datums/diseases/transformation.dm
index 8008c185a5..6f51ba6622 100644
--- a/code/datums/diseases/transformation.dm
+++ b/code/datums/diseases/transformation.dm
@@ -90,9 +90,9 @@
agent = "Kongey Vibrion M-909"
new_form = /mob/living/carbon/monkey
- stage1 = null
- stage2 = null
- stage3 = null
+ stage1 = list()
+ stage2 = list()
+ stage3 = list()
stage4 = list("Your back hurts.", "You breathe through your mouth.",
"You have a craving for bananas.", "Your mind feels clouded.")
stage5 = list("You feel like monkeying around.")
@@ -143,7 +143,7 @@
desc = "This disease, actually acute nanomachine infection, converts the victim into a cyborg."
severity = DISEASE_SEVERITY_BIOHAZARD
visibility_flags = 0
- stage1 = null
+ stage1 = list()
stage2 = list("Your joints feel stiff.", "Beep...boop..")
stage3 = list("Your joints feel very stiff.", "Your skin feels loose.", "You can feel something move...inside.")
stage4 = list("Your skin feels very loose.", "You can feel... something...inside you.")
@@ -175,7 +175,7 @@
desc = "This disease changes the victim into a xenomorph."
severity = DISEASE_SEVERITY_BIOHAZARD
visibility_flags = 0
- stage1 = null
+ stage1 = list()
stage2 = list("Your throat feels scratchy.", "Kill...")
stage3 = list("Your throat feels very scratchy.", "Your skin feels tight.", "You can feel something move...inside.")
stage4 = list("Your skin feels very tight.", "Your blood boils!", "You can feel... something...inside you.")