From 137c77c19dc802f912b4a9c8d124bc1c5b357159 Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Sat, 16 May 2015 10:48:59 +0100 Subject: [PATCH] Typo fix --- code/modules/hydroponics/trays/tray_tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/trays/tray_tools.dm b/code/modules/hydroponics/trays/tray_tools.dm index da6c996ac9..500ab1c1ff 100644 --- a/code/modules/hydroponics/trays/tray_tools.dm +++ b/code/modules/hydroponics/trays/tray_tools.dm @@ -169,7 +169,7 @@ switch(grown_seed.get_trait(TRAIT_CARNIVOROUS)) if(1) - dat += "
It is carniovorous and will eat tray pests for sustenance." + dat += "
It is carnivorous and will eat tray pests for sustenance." if(2) dat += "
It is carnivorous and poses a significant threat to living things around it."