diff --git a/code/game/machinery/rechargestation.dm b/code/game/machinery/rechargestation.dm index c8e02fb67cd..7ff7cc466d8 100644 --- a/code/game/machinery/rechargestation.dm +++ b/code/game/machinery/rechargestation.dm @@ -245,7 +245,7 @@ if(H.stat == DEAD) return if(occupant) - R << "The cell is already occupied!" + H << "The cell is already occupied!" return if(isnull(H.internal_organs_by_name["cell"])) return