diff --git a/code/modules/vehicles/mecha/mecha_construction_paths.dm b/code/modules/vehicles/mecha/mecha_construction_paths.dm index ad6224ec18c..6b6dd9af574 100644 --- a/code/modules/vehicles/mecha/mecha_construction_paths.dm +++ b/code/modules/vehicles/mecha/mecha_construction_paths.dm @@ -1269,24 +1269,24 @@ user.visible_message(span_notice("[user] unfastens the mainboard."), span_notice("You unfasten the mainboard.")) if(8) if(diff==FORWARD) - user.visible_message(span_notice("[user] secures the ivanov peripherals control module."), span_notice("You secure the ivanov peripherals control module.")) + user.visible_message(span_notice("[user] secures the Savannah peripherals control module."), span_notice("You secure the Savannah peripherals control module.")) else - user.visible_message(span_notice("[user] removes the ivanov peripherals control module from [parent]."), span_notice("You remove the ivanov peripherals control module from [parent].")) + user.visible_message(span_notice("[user] removes the Savannah peripherals control module from [parent]."), span_notice("You remove the Savannah peripherals control module from [parent].")) if(9) if(diff==FORWARD) user.visible_message(span_notice("[user] installs [I] into [parent]."), span_notice("You install [I] into [parent].")) else - user.visible_message(span_notice("[user] unfastens the ivanov peripherals control module."), span_notice("You unfasten the ivanov peripherals control module.")) + user.visible_message(span_notice("[user] unfastens the Savannah peripherals control module."), span_notice("You unfasten the Savannah peripherals control module.")) if(10) if(diff==FORWARD) - user.visible_message(span_notice("[user] secures the ivanov weapon control module."), span_notice("You secure the ivanov weapon control module.")) + user.visible_message(span_notice("[user] secures the Ivanov weapon control module."), span_notice("You secure the Ivanov weapon control module.")) else - user.visible_message(span_notice("[user] removes the ivanov weapon control module from [parent]."), span_notice("You remove the ivanov weapon control module from [parent].")) + user.visible_message(span_notice("[user] removes the Ivanov weapon control module from [parent]."), span_notice("You remove the Ivanov weapon control module from [parent].")) if(11) if(diff==FORWARD) user.visible_message(span_notice("[user] installs [I] to [parent]."), span_notice("You install [I] to [parent].")) else - user.visible_message(span_notice("[user] unfastens the ivanov weapon control module."), span_notice("You unfasten the ivanov weapon control module.")) + user.visible_message(span_notice("[user] unfastens the Ivanov weapon control module."), span_notice("You unfasten the Ivanov weapon control module.")) if(12) if(diff==FORWARD) user.visible_message(span_notice("[user] secures the scanner module."), span_notice("You secure the scanner module."))